diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-27 03:27:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-27 03:27:13 +0000 |
commit | be912303101f158e2a76da050645629d0d45caf5 (patch) | |
tree | e8df38c71cb4318660a623b26fb070175677b930 /Master/tlpkg/installer | |
parent | d0f7b99cd4959879c12428975387434490c77b70 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@24669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 10d27ec687e..f2bb7bdee1d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,7 +7,6 @@ $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.osqdu.org/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 @@ -37,6 +36,9 @@ $mirrors = { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, + 'Singapore' => { + 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 + }, 'Taiwan' => { 'http://ctan.cdpa.nsysu.edu.tw/' => 1 } @@ -130,14 +132,16 @@ $mirrors = { 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, - 'http://mirrors.med.harvard.edu/ctan/' => 1 + 'http://mirrors.med.harvard.edu/ctan/' => 1, + 'http://www.math.washington.edu/tex-archive/' => 1 } }, 'South America' => { 'Brazil' => { 'http://ceres.cisc.usp.br/CTAN/' => 1, 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://mirror.softwarelivre.ufsc.br/pub/ctan/' => 1 }, 'Chile' => { 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |