diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-26 02:15:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-26 02:15:26 +0000 |
commit | aead13e4cce11ae4756be9d01bec6aa4de0f50fc (patch) | |
tree | 0185aaed59051dd92d079b8e50715767c2e0276b | |
parent | fa73b223cef02704760723c7812690f40adbfdf4 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35441 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dc6fc8bfb5d..af7ff7941de 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,9 +13,6 @@ $mirrors = { 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, - 'Hong Kong' => { - 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 - }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, @@ -47,6 +44,7 @@ $mirrors = { '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 }, @@ -169,7 +167,8 @@ $mirrors = { 'Brazil' => { 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1 + 'http://repositorios.cpai.unb.br/ctan/' => 1, + 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |