diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-20 00:54:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-20 00:54:39 +0000 |
commit | 3b06c432ae0fdfb702e994798f2ccbdf5f9375ae (patch) | |
tree | ab88bd7e59c8db93a15952236feb140551dfeb18 /Master/tlpkg/installer | |
parent | b8330240bea5b9e7c327474bddd886b7771e533f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53192 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8de6c58d210..5860748d610 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -169,10 +169,14 @@ $mirrors = { 'http://mirror.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 } }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } |