diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-15 00:55:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-15 00:55:11 +0000 |
commit | a9a329bca032f5ad769de8a28f73ac22c849cabb (patch) | |
tree | 4a1d9f4a1d5c8ae8786da890a0a8b0810d81c6c8 /Master/tlpkg/installer | |
parent | aca90fc4631d56f1ce5946962e9cb2d9f4a6f994 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57749 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 86dafe392b3..8c1bd294f2b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,7 +16,6 @@ $mirrors = { 'China' => { 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, - 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.dgut.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, @@ -31,9 +30,6 @@ $mirrors = { 'India' => { 'http://ctan.imsc.res.in/' => 1, }, - 'Indonesia' => { - 'https://mirror.unpad.ac.id/ctan/' => 1, - }, 'Iran' => { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.um.ac.ir/' => 1, @@ -49,7 +45,6 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, 'https://cran.asia/tex/' => 1, - 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -192,6 +187,9 @@ $mirrors = { }, }, 'Oceania' => { + 'Australia' => { + 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1, }, |