diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-15 00:53:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-15 00:53:20 +0000 |
commit | 59646c435fea908e1789180549d1240a6b5349d0 (patch) | |
tree | 185bf6c1c359c7804aa2a3dc190d99a1658273e2 /Master/tlpkg/installer | |
parent | bf7fe2c9a083f91013912448c995326cad49c118 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index fcc51b426a3..2048eb68595 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,14 +1,10 @@ $mirrors = { 'Africa' => { - 'Algeria' => { - 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 - }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1 }, 'South Africa' => { 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } }, @@ -173,6 +169,9 @@ $mirrors = { } }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } |