diff options
Diffstat (limited to 'Master')
-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 7e2873d93f2..60693f46a17 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,12 +7,14 @@ $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://mirror.qdu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, + 'India' => { + 'http://ctan.imsc.res.in/' => 1 + }, 'Indonesia' => { 'http://ctan.cermin.lipi.go.id/' => 1, 'http://kambing.ui.ac.id/ctan/' => 1, @@ -39,7 +41,6 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'ftp://mirror.cs.nctu.edu.tw/pub/CTAN/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, @@ -68,7 +69,8 @@ $mirrors = { '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 + 'http://mirrors.ircam.fr/pub/CTAN/' => 1, + 'http://mirrors.linsrv.net/tex-archive/' => 1 }, 'Germany' => { 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, @@ -130,6 +132,7 @@ $mirrors = { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, + 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, |