diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-22 00:49:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-22 00:49:10 +0000 |
commit | 039a2fa78baaaeec75b3610f47e0964a2b4bfab9 (patch) | |
tree | 44923ce9c32bb6585756b4da614b42f5400c6de4 /Master | |
parent | eb5b7310b686ee45c3bcb76a827fa6cb08a01f51 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 4af24041ecf..d1a91369f3b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -51,7 +51,6 @@ $mirrors = { 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, - 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -186,7 +185,6 @@ $mirrors = { 'https://mirrors.ucr.ac.cr/CTAN/' => 1, }, 'USA' => { - 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, 'https://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'https://ctan.math.washington.edu/tex-archive/' => 1, @@ -197,6 +195,9 @@ $mirrors = { }, }, 'Oceania' => { + 'Australia' => { + 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, + }, 'New Zealand' => { 'https://mirror.aut.ac.nz/CTAN/' => 1, }, |