diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-08 01:14:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-08 01:14:42 +0000 |
commit | d2ba0af4e3a0dde7985f0141ce11d61c9fb5c935 (patch) | |
tree | 9e72eb565a079ab1fbbc25a578f2dd6b1013ed38 /Master/tlpkg/installer | |
parent | 3e00336242549a1766b65884a2c0f2c57201d471 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@40938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7147b94287b..b3a2d31ea5a 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -5,7 +5,6 @@ $mirrors = { }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 } }, @@ -14,7 +13,6 @@ $mirrors = { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, - 'http://mirrors.opencas.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -36,6 +34,9 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, + 'Malaysia' => { + 'http://ossm.utm.my/tex-archive/' => 1 + }, 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 }, @@ -157,7 +158,6 @@ $mirrors = { 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, - 'http://mirrors.acm.jhu.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 |