diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-18 01:05:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-18 01:05:39 +0000 |
commit | 92c0a963ad9468c08d01c2a487d8ae382925389c (patch) | |
tree | 2a25fd970bb567afb0853851750196be17d22f18 /Master/tlpkg/installer | |
parent | 31a39b901ef6a891ef0e7fcb566c86ec5a6394dd (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c3efdb27b4e..957903bd49c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -45,6 +45,9 @@ $mirrors = { } }, 'Australasia' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } @@ -132,6 +135,7 @@ $mirrors = { }, 'North America' => { 'Canada' => { + 'http://ctan.forsale.plus/' => 1, 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1, @@ -149,7 +153,6 @@ $mirrors = { 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, - 'http://mirrors.acm.jhu.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 |