diff options
author | Karl Berry <karl@freefriends.org> | 2022-06-05 23:49:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-06-05 23:49:06 +0000 |
commit | 73b2100f58782d078fcc57b2b3cea8a3068e2514 (patch) | |
tree | e70be91bd231ba97d5fe128ed270350895d2ea01 /Master/tlpkg/installer | |
parent | 72496a9fdb5b7fde4690cc708caf604668dd98cc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@63494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2b766ae145d..cb675b92dec 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,12 +11,14 @@ $mirrors = { 'Asia' => { 'China' => { 'https://mirror.bjtu.edu.cn/CTAN/' => 1, + 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cloud.tencent.com/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.dgut.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nwafu.edu.cn/ctan/' => 1, + 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.sustech.edu.cn/CTAN/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, @@ -44,9 +46,9 @@ $mirrors = { }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -84,7 +86,6 @@ $mirrors = { }, 'France' => { 'https://ctan.crest.fr/tex-archive/' => 1, - 'https://ctan.gutenberg.eu.org/' => 1, 'https://ctan.mines-albi.fr/' => 1, 'https://ctan.tetaneutral.net/' => 1, 'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, |