diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-27 00:54:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-27 00:54:03 +0000 |
commit | 88d57bb73a091ca577951e1dc7e90f218f8ce7ff (patch) | |
tree | fd0a768c986d1e0054fb894d26827d5c810e73dd /Master | |
parent | 820d67a0b3c5a9201e473029072235585ce87830 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f690609865f..5a51e158d52 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -53,6 +53,9 @@ $mirrors = { }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1 + }, + 'Taiwan' => { + 'http://ftp.yzu.edu.tw/CTAN/' => 1 } }, 'Europe' => { @@ -174,6 +177,9 @@ $mirrors = { } }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } |