diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7fc4c5fe6da..366ebedb194 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,7 +7,9 @@ $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' => { @@ -51,9 +53,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, }, @@ -82,11 +81,13 @@ $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,6 +101,7 @@ $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, @@ -116,6 +118,7 @@ $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, |