diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-03 00:49:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-03 00:49:19 +0000 |
commit | c5d3bab8a5b1f272c24c8940803ce148b86a3683 (patch) | |
tree | f92e0f55c63243d3a2b265d3d8d0e8322de953d3 /Master/tlpkg/installer | |
parent | 9edde7cb38134ef6d74b6793245e8aaae640b965 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@66317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 811495724d6..abc22f6603f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -50,6 +50,9 @@ $mirrors = { 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, + 'Philippines' => { + 'http://mirror.rise.ph/ctan/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -107,6 +110,7 @@ $mirrors = { 'https://mirror.dogado.de/tex-archive/' => 1, 'https://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'https://mirror.physik.tu-berlin.de/pub/CTAN/' => 1, + 'https://packages.oth-regensburg.de/ctan/' => 1, }, 'Greece' => { 'http://ftp.ntua.gr/mirror/ctan/' => 1, @@ -131,6 +135,7 @@ $mirrors = { 'https://ctan.gust.org.pl/tex-archive/' => 1, 'https://polish-mirror.evolution-host.com/ctan/' => 1, 'https://repo.skni.umcs.pl/ctan/' => 1, + 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { 'https://ftp.eq.uc.pt/software/TeX/' => 1, @@ -176,6 +181,9 @@ $mirrors = { 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, + 'Costa Rica' => { + 'https://mirrors.ucr.ac.cr/CTAN/' => 1, + }, 'USA' => { 'http://bay.uchicago.edu/CTAN/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, |