diff options
author | Karl Berry <karl@freefriends.org> | 2020-12-31 00:54:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-12-31 00:54:00 +0000 |
commit | d24165708da450c45da09d2bf16470db8eba5a45 (patch) | |
tree | 25b2eeb73607dd1fc8363a8987c8b5c44136487a /Master/tlpkg/installer | |
parent | d343d840bbab7a48db7c1fea66bc7f5b569f4d8b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e92960985b0..d33030c0932 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -4,9 +4,7 @@ $mirrors = { 'https://mirror.marwan.ma/ctan/' => 1, }, 'South Africa' => { - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1, - 'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, }, }, 'Asia' => { @@ -16,7 +14,6 @@ $mirrors = { 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, - 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, @@ -49,9 +46,6 @@ $mirrors = { 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, - 'Philippines' => { - 'https://mirror.pregi.net/tex-archive/' => 1, - }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -80,13 +74,11 @@ $mirrors = { 'https://ctan.crest.fr/tex-archive/' => 1, 'https://ctan.gutenberg.eu.org/' => 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, }, 'Germany' => { - 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, 'http://ctan.ebinger.cc/tex-archive/' => 1, 'http://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'http://mirror.physik-pool.tu-berlin.de/pub/CTAN/' => 1, @@ -100,7 +92,6 @@ $mirrors = { 'https://ftp.fau.de/ctan/' => 1, 'https://ftp.gwdg.de/pub/ctan/' => 1, 'https://ftp.rrze.uni-erlangen.de/ctan/' => 1, - 'https://ftp.tu-chemnitz.de/pub/tex/' => 1, 'https://mirror.clientvps.com/CTAN/' => 1, 'https://mirror.dogado.de/tex-archive/' => 1, 'https://mirror.informatik.hs-fulda.de/tex-archive/' => 1, @@ -117,7 +108,6 @@ $mirrors = { 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, }, 'Netherlands' => { - 'http://ctan.cs.uu.nl/' => 1, 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'https://mirror.koddos.net/CTAN/' => 1, 'https://mirror.lyrahosting.com/CTAN/' => 1, @@ -154,6 +144,7 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, + 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, |