diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-10 02:21:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-10 02:21:15 +0000 |
commit | f98e497190ed4d6b3182e2e359cdfcdd7845e831 (patch) | |
tree | 52e89316281549a20662b6cadee3ec4e8cec474d /Master/tlpkg/installer | |
parent | 4898ba40a8320a258190207b02d5706060a1e3df (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@32115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7f1a181c204..26b4410dd8e 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 } }, @@ -39,9 +38,9 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, - 'http://ftp.neowiz.com/CTAN/' => 1, - 'http://mirror.yongbok.net/tex-archive/' => 1 + 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 @@ -61,6 +60,9 @@ $mirrors = { 'Australasia' => { 'Australia' => { 'http://ctan.unsw.edu.au/' => 1 + }, + 'New Zealand' => { + 'http://elena.aut.ac.nz/ctan/' => 1 } }, 'Europe' => { @@ -76,6 +78,7 @@ $mirrors = { 'France' => { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, + 'http://ftp.oleane.net/pub/CTAN/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.linsrv.net/tex-archive/' => 1 @@ -152,6 +155,7 @@ $mirrors = { 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, + 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, @@ -165,7 +169,8 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |