diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-22 02:31:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-22 02:31:56 +0000 |
commit | 7d7f5f03c01c7c1f15285b0c5b1f79d2c83a340d (patch) | |
tree | 03f6285a18b057e2b2dc6a1acf6eaf392ab14ead /Master/tlpkg/installer | |
parent | c5cd40b371b7db8777792a52db24f0f878c37180 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@27093 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 64097b79580..dec1bb4145a 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -35,10 +35,10 @@ $mirrors = { 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, 'Singapore' => { + 'http://download.nus.edu.sg/mirror/CTAN/' => 1, 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'ftp://mirror.cs.nctu.edu.tw/pub/CTAN/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { @@ -46,6 +46,9 @@ $mirrors = { } }, 'Australasia' => { + 'Australia' => { + 'http://ctan.unsw.edu.au/' => 1 + }, 'New Zealand' => { 'http://elena.aut.ac.nz/ctan/' => 1 } @@ -119,6 +122,9 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, + 'Mexico' => { + 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 + }, 'USA' => { 'http://ctan.gladstone-tech.com/' => 1, 'http://ctan.mackichan.com/' => 1, @@ -128,6 +134,7 @@ $mirrors = { 'http://ctan.unixbrain.com/' => 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, @@ -139,7 +146,8 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://ctan.tche.br/' => 1 + 'http://ctan.tche.br/' => 1, + 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |