diff options
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 2ea797fc33d..7f1a181c204 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -10,6 +10,7 @@ $mirrors = { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -38,7 +39,6 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { - 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1, 'http://mirror.yongbok.net/tex-archive/' => 1 @@ -61,9 +61,6 @@ $mirrors = { 'Australasia' => { 'Australia' => { 'http://ctan.unsw.edu.au/' => 1 - }, - 'New Zealand' => { - 'http://elena.aut.ac.nz/ctan/' => 1 } }, 'Europe' => { @@ -89,7 +86,6 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, - 'http://funnyshare.org/mirrors/ctan/' => 1, 'http://mirror.informatik.uni-mannheim.de/pub/mirrors/tex-archive/' => 1, 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 @@ -156,7 +152,6 @@ $mirrors = { 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, - 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, @@ -170,8 +165,7 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1, - 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 + 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |