diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-21 01:20:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-21 01:20:51 +0000 |
commit | ca410dc8c95c1d3973f2bec1b8b3d4eb422f52f0 (patch) | |
tree | ddd1b6e49cd3825741774eb0d50263e018b1cfcf /Master | |
parent | 8a3b1e5b1c2fa19bc74c3a80b4b021a7ce7268fe (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 36ef5f274a6..f779c09c666 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,6 +7,7 @@ $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://mirrors.ustc.edu.cn/CTAN/' => 1 @@ -21,7 +22,6 @@ $mirrors = { 'http://kambing.ui.ac.id/ctan/' => 1 }, 'Iran' => { - 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://ctan.yazduni.ac.ir/' => 1 }, @@ -87,6 +87,7 @@ $mirrors = { 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ftp.uni-erlangen.de/mirrors/CTAN/' => 1, + 'http://funnyshare.org/mirrors/ctan/' => 1, 'http://mirror.informatik.uni-mannheim.de/pub/mirrors/tex-archive/' => 1, 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 @@ -95,8 +96,7 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, - 'http://ftp.uniRoma2.it/TeX/' => 1 + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Lithuania' => { 'http://ctan.vgtu.lt/' => 1 @@ -120,7 +120,6 @@ $mirrors = { }, 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, - 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.nlab.su/ctan/' => 1 }, @@ -145,12 +144,10 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, - 'Mexico' => { - 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 - }, 'USA' => { 'http://bay.uchicago.edu/tex-archive/' => 1, '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, |