diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-14 21:44:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-14 21:44:56 +0000 |
commit | df339574a50eef35c23cbaff2b9799a696d0feb4 (patch) | |
tree | 73a2687c58ab9f5eaa77853fd105586ea3bbf310 /Master/tlpkg/installer | |
parent | 94d6dbd5bb2465f9adf9e78300d0cc25e73d0839 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@29917 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a9362dab177..8a11fa74d93 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,7 +1,6 @@ $mirrors = { 'Africa' => { 'South Africa' => { - 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1 } }, @@ -15,6 +14,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 }, @@ -43,7 +45,8 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -152,7 +155,8 @@ $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://mirrors.rit.edu/CTAN/' => 1, + 'http://www.math.washington.edu/tex-archive/' => 1 } }, 'South America' => { |