diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 6e63fefb295..198f0602441 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,6 +8,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, + 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -22,7 +23,8 @@ $mirrors = { }, 'Iran' => { 'http://ctan.um.ac.ir/' => 1, - 'http://ctan.yazd.ac.ir/' => 1 + 'http://ctan.yazd.ac.ir/' => 1, + 'http://ctan.yazduni.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -37,7 +39,8 @@ $mirrors = { 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, - 'http://ftp.neowiz.com/CTAN/' => 1 + 'http://ftp.neowiz.com/CTAN/' => 1, + 'http://mirror.yongbok.net/tex-archive/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 @@ -46,9 +49,6 @@ $mirrors = { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, - 'Singapore' => { - 'http://download.nus.edu.sg/mirror/CTAN/' => 1 - }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1, @@ -121,7 +121,6 @@ $mirrors = { 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, 'Russia' => { - 'http://ctan.uni-altai.ru/' => 1, 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 @@ -165,8 +164,7 @@ $mirrors = { 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.med.harvard.edu/ctan/' => 1, - 'http://mirrors.rit.edu/CTAN/' => 1, - 'http://www.math.washington.edu/tex-archive/' => 1 + 'http://mirrors.rit.edu/CTAN/' => 1 } }, 'South America' => { |