diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-28 01:19:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-28 01:19:38 +0000 |
commit | 0ab3354d2374443ec9a935cb834a0c5e5250d38b (patch) | |
tree | 2c53c39a22bcaeed9479ad7ebc261d6d5c0741b9 /Master | |
parent | 6826e16104d003949436b6ccd1d17239d432c529 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37696 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d2d1e6aa774..1d507b0a484 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -26,16 +26,12 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { - 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, '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, @@ -103,7 +99,8 @@ $mirrors = { }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, - 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, + 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, |