diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f1b1b1207d7..91e386ebc2d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,12 +9,14 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, - 'http://mirror.neu.edu.cn/CTAN/' => 1 + 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, 'Iran' => { + 'http://ctan.asis.io/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { @@ -70,7 +72,6 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, - 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1 }, 'Germany' => { @@ -82,6 +83,7 @@ $mirrors = { 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.selfnet.de/tex-archive/' => 1, + 'http://mirror.unicorncloud.org/CTAN/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -91,6 +93,7 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { + 'http://ctan.cs.uu.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { |