diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-19 01:05:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-19 01:05:47 +0000 |
commit | 64ec72dc75e94e124586d267aeb7abdf36955285 (patch) | |
tree | 0c36fdcd85a1cb971c21231b8f4792dddf31c215 /Master | |
parent | eb72be2fcae90592804a04d2eb794bea73d2a1f6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@43545 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e868a0e4b77..e059d46531e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -31,7 +31,6 @@ $mirrors = { }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, 'Malaysia' => { @@ -74,7 +73,6 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, - 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -127,9 +125,13 @@ $mirrors = { } }, 'North America' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'Canada' => { 'http://ctan.forsale.plus/' => 1, 'http://ctan.math.ca/tex-archive/' => 1, + 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1, 'http://muug.ca/mirror/ctan/' => 1 |