diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-01 02:28:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-01 02:28:59 +0000 |
commit | f582df76ecbb4678131f19ecf3c857c080823121 (patch) | |
tree | af8b874b6653f17b2f25c4728d610da8af24d0a8 /Master/tlpkg/installer | |
parent | 01320c3f4d894caf7925af2e2b623d99cb0eb376 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 23eb3d5e14a..7c5b476ef20 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -33,13 +34,13 @@ $mirrors = { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, - 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, - 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 + '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 + 'http://ftp.neowiz.com/CTAN/' => 1, + 'http://mirror.yongbok.net/tex-archive/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 @@ -52,6 +53,7 @@ $mirrors = { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, |