diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-28 15:04:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-28 15:04:23 +0000 |
commit | a00cca97a918cd9c0705635d858afbca8ffa7099 (patch) | |
tree | cd98a0468ee161cb608d8254dee98126b3d4fa2f /Master/tlpkg/installer | |
parent | 0e9390a65d2bf71888252eae2e7e550ff7471f8e (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index faeac030524..cffb1ab101d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,6 +13,7 @@ $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.cqu.edu.cn/CTAN/' => 1, @@ -22,7 +23,6 @@ $mirrors = { '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, }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, @@ -47,7 +47,6 @@ $mirrors = { 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, - 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, @@ -83,6 +82,7 @@ $mirrors = { 'https://ctan.mines-albi.fr/' => 1, 'https://ctan.tetaneutral.net/' => 1, 'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, + 'https://mirror.ibcp.fr/pub/CTAN/' => 1, 'https://mirrors.chevalier.io/CTAN/' => 1, 'https://mirrors.ircam.fr/pub/CTAN/' => 1, 'https://texlive.mycozy.space/' => 1, @@ -166,6 +166,8 @@ $mirrors = { 'North America' => { 'Canada' => { 'https://ctan.math.ca/tex-archive/' => 1, + 'https://ctan.mirror.colo-serv.net/' => 1, + 'https://ctan.mirror.globo.tech/' => 1, 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, @@ -177,6 +179,7 @@ $mirrors = { 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://ctan.math.washington.edu/tex-archive/' => 1, + 'https://ctan.mirrors.hoobly.com/' => 1, 'https://mirror.las.iastate.edu/tex-archive/' => 1, 'https://mirrors.concertpass.com/tex-archive/' => 1, 'https://mirrors.rit.edu/CTAN/' => 1, @@ -186,9 +189,6 @@ $mirrors = { 'Australia' => { 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, }, - 'New Zealand' => { - 'http://mirror.aut.ac.nz/CTAN/' => 1, - }, }, 'South America' => { 'Brazil' => { |