diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-13 01:20:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-13 01:20:46 +0000 |
commit | 3f7ca2a6db83e7f3a6741814ef95bcab800475de (patch) | |
tree | 989ac6a882f832a2d89eb37ab2e431946a4843c9 /Master/tlpkg/installer | |
parent | 4484cd7db3d1e5a33cb10d62c8c61f5db3f5611f (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38366 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 61258efdbd0..759b6190f97 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,7 +1,6 @@ $mirrors = { 'Africa' => { 'South Africa' => { - 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 } @@ -9,6 +8,7 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, + 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -38,8 +38,7 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://ftp.yzu.edu.tw/CTAN/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -113,9 +112,6 @@ $mirrors = { 'Russia' => { 'http://ctan.uni-altai.ru/' => 1 }, - 'Serbia' => { - 'http://ctan.petarmaric.com/' => 1 - }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, @@ -146,14 +142,13 @@ $mirrors = { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, - 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://get-software.net/' => 1, - 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, + 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 } |