diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-03 00:54:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-03 00:54:19 +0000 |
commit | 25d4a223a880a9ba0ad766a9d11bfc7c84fa81c4 (patch) | |
tree | fb672a5aa8e5f45126eeb957373e07ab6449af73 /Master/tlpkg | |
parent | 9a56d8303deff072c7cc24a51432c7b28b3d0e3d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53308 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 4cc1735e089..e587a0f5773 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,7 +16,6 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, - 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.hit.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -177,6 +176,9 @@ $mirrors = { } }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } |