diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-02 01:19:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-02 01:19:52 +0000 |
commit | eff178eee756b6e5f6fb952a05accd1bba1c09dc (patch) | |
tree | 00f6c022bfe5b94be5feac74b209a48cb32a21d2 /Master | |
parent | 18a61cffce7865e3e9f2f52997791a7033727ae6 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38021 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 137a3fdf010..9763128c189 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, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 } @@ -33,10 +32,12 @@ $mirrors = { 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 }, + 'Singapore' => { + 'http://download.nus.edu.sg/mirror/ctan/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ftp.yzu.edu.tw/CTAN/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -100,8 +101,7 @@ $mirrors = { }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, - 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, - 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, |