diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-24 01:21:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-24 01:21:02 +0000 |
commit | 9323c3d5eac8ab6621295fcb0f1a5e6d1ae5ff37 (patch) | |
tree | 3e037880dbed7e3f4e50f3cdd2c72664360e1505 /Master/tlpkg/installer | |
parent | 76a1a769e9159e0709a2d2b2c392c8320817e349 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index bcbd50736d5..84f1bd211fd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,6 +16,9 @@ $mirrors = { 'Hong Kong' => { 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 }, + 'India' => { + 'http://ctan.imsc.res.in/' => 1 + }, 'Indonesia' => { 'http://kambing.ui.ac.id/ctan/' => 1 }, @@ -34,7 +37,6 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { @@ -45,8 +47,7 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -97,7 +98,8 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, + 'http://ftp.uniRoma2.it/TeX/' => 1 }, 'Netherlands' => { 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, @@ -131,6 +133,9 @@ $mirrors = { 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 }, + 'Turkey' => { + 'http://main.mirrortr.com/CTAN/' => 1 + }, 'UK' => { 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 } |