diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-29 01:23:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-29 01:23:47 +0000 |
commit | 500a5df55da209f2c1d3daf15e5e98d8a90e9306 (patch) | |
tree | dfcc27289eeec7599f51ccba28030c1163c53c2f /Master/tlpkg/installer | |
parent | de69c128ed1e9b507dd9eee32fbeeeb6a2ffc1c6 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@34479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e0433e2a59b..240ad0f7db8 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' => { @@ -23,8 +24,7 @@ $mirrors = { }, 'Iran' => { 'http://ctan.asis.io/tex-archive/' => 1, - 'http://ctan.yazd.ac.ir/' => 1, - 'http://ctan.yazduni.ac.ir/' => 1 + 'http://ctan.yazd.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -163,8 +163,7 @@ $mirrors = { 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, - 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, - 'http://mirrors.rit.edu/CTAN/' => 1 + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1 } }, 'South America' => { |