diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-09 00:54:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-09 00:54:14 +0000 |
commit | fbda3e6a5a2632166e1a3cb2c7113d0c8af5290d (patch) | |
tree | b477b88876e9567a35f53892a554dd60bc7bb3f4 /Master/tlpkg | |
parent | 079cd865e4e3eccda8b2358c0026b6422cbdd7ac (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 05f8ca66288..5b8b10fff0f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -189,14 +189,14 @@ $mirrors = { }, }, 'Oceania' => { + 'Australia' => { + 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1, }, }, 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1, - }, 'Chile' => { 'https://ctan.dcc.uchile.cl/' => 1, }, |