diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-26 01:50:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-26 01:50:18 +0000 |
commit | fa4529f252e63dbc04239db7c4ad7f65ab410195 (patch) | |
tree | c484cd3dc703373a751bd6bf2e8d7c22231106f4 /Master | |
parent | a83e54b213b81f7740bb5bb72f1ce120d5bc8b1c (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@30676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dbbc0aa44df..1001cb11a52 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,7 +1,8 @@ $mirrors = { 'Africa' => { 'South Africa' => { - 'http://ctan.mirror.ac.za/' => 1 + 'http://ctan.mirror.ac.za/' => 1, + 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1 } }, 'Asia' => { @@ -11,9 +12,6 @@ $mirrors = { 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, - 'Hong Kong' => { - 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 - }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, @@ -120,6 +118,7 @@ $mirrors = { }, '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 }, |