diff options
author | Karl Berry <karl@freefriends.org> | 2024-02-16 00:44:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-02-16 00:44:48 +0000 |
commit | c06baa89590a7bce3e6001517e16eb8c8563f386 (patch) | |
tree | d5450406ff6e9bd27aa10e4b82ea09577499abf1 | |
parent | 659ad6e72e5e750575e79743812736b7f92b8f60 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@69900 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index fa712eae5ad..a4e4821a45f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,6 +40,8 @@ $mirrors = { 'https://ctan.yazd.ac.ir/' => 1, }, 'Japan' => { + 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, + 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, 'https://jp.mirrors.cicku.me/ctan/' => 1, @@ -136,6 +138,7 @@ $mirrors = { 'Poland' => { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, + 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, @@ -178,9 +181,6 @@ $mirrors = { 'https://mirror.quantum5.ca/CTAN/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, - 'Costa Rica' => { - 'https://mirrors.ucr.ac.cr/CTAN/' => 1, - }, 'USA' => { 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, @@ -199,6 +199,7 @@ $mirrors = { 'Australia' => { 'https://au.mirrors.cicku.me/ctan/' => 1, 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, + 'https://mirror.cse.unsw.edu.au/pub/CTAN/' => 1, }, }, 'South America' => { |