diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-18 03:29:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-18 03:29:30 +0000 |
commit | 61e319afe7b8ff1da17623a25f7ea1ce84960b61 (patch) | |
tree | 66544867eea62a539ee92f9ff06076e482780245 /Master/tlpkg | |
parent | 0b9f200d707a059c6105d46345380dadffcbd0c7 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@28290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 52bf8bcfc9a..f29b0aa7236 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,8 +8,8 @@ $mirrors = { 'Asia' => { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, + 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, - 'http://mirror.qdu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, @@ -28,6 +28,7 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Pakistan' => { @@ -125,7 +126,6 @@ $mirrors = { 'http://ctan.gladstone-tech.com/' => 1, 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, - 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, |