diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-16 02:34:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-16 02:34:16 +0000 |
commit | 9381b0c5dffd312a013449266b59f94dff7b4d2f (patch) | |
tree | fe3f7fcdd82f0b7198c31b2779442610c30cbba1 /Master/tlpkg/installer | |
parent | dadf3cdb1cfae80699b8588e52cefe74529721c8 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@27679 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ed5fa6697fd..8891e30f702 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -36,8 +36,8 @@ $mirrors = { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { - 'ftp://mirror.cs.nctu.edu.tw/pub/CTAN/' => 1, - 'http://ctan.cdpa.nsysu.edu.tw/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -86,8 +86,7 @@ $mirrors = { 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { - 'http://ctan.uib.no/' => 1, - 'http://ftp.fagskolen.gjovik.no/pub/tex-archive/' => 1 + 'http://ctan.uib.no/' => 1 }, 'Poland' => { 'ftp://ftp.tpnet.pl/pub/CTAN/' => 1 @@ -97,7 +96,6 @@ $mirrors = { }, 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, - 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 }, @@ -133,6 +131,7 @@ $mirrors = { 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, + 'http://mirrors.cicku.me/CTAN/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.med.harvard.edu/ctan/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1, @@ -144,9 +143,6 @@ $mirrors = { 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1 }, - 'Chile' => { - 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 - }, 'Colombia' => { 'http://www.laqee.unal.edu.co/tex-archive/' => 1 } |