diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-07 02:39:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-07 02:39:46 +0000 |
commit | 3700725bae2e021a09540ae87c7baa951791d478 (patch) | |
tree | b3208876ec6d09b03d6efa5ed58e64d409051245 /Master/tlpkg/installer | |
parent | 226a6bf6e29c070b0f157e24d219d14d72af46f9 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@29705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 93301835477..e248e386900 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -34,6 +34,7 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, + 'http://ftp.ktug.or.kr/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Pakistan' => { @@ -45,8 +46,7 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -161,6 +161,7 @@ $mirrors = { }, 'South America' => { 'Brazil' => { + 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { |