diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-01 04:41:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-01 04:41:52 +0000 |
commit | d045977703b02995e6bf94e474ed0a5e7e015efe (patch) | |
tree | 7a2c06f8bba3752199a54c863861d1f8c1f08586 /Master/tlpkg/installer | |
parent | 6854b63a91330e7d1a1e1f17617969fa662b21d7 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36410 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index dc7ddd7b310..8e253bab224 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,7 +11,6 @@ $mirrors = { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.hustunique.com/CTAN/' => 1, - 'http://mirrors.stuhome.net/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -63,6 +62,7 @@ $mirrors = { }, 'Europe' => { 'Austria' => { + 'http://mirror.easyname.at/ctan/' => 1, 'http://mirror.klaus-uwe.me/ctan/' => 1 }, 'Belarus' => { @@ -121,7 +121,6 @@ $mirrors = { }, 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, - 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Slovenia' => { @@ -131,7 +130,8 @@ $mirrors = { 'http://osl.ugr.es/CTAN/' => 1 }, 'Switzerland' => { - 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 + 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, + 'http://www.pirbot.com/mirrors/ctan/' => 1 }, 'UK' => { 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 @@ -139,6 +139,7 @@ $mirrors = { }, 'North America' => { 'Canada' => { + 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1, 'http://www.math.mun.ca/tex-archive/' => 1 |