diff options
author | Norbert Preining <norbert@preining.info> | 2024-04-11 03:01:09 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2024-04-11 03:01:09 +0000 |
commit | d0af7e48198e8633e9bc60a77a66515bf39ad69f (patch) | |
tree | 7906f93970dd67212ac3c10a779880362ccfaf8a /systems/texlive/tlnet/tlpkg/installer | |
parent | f58130da9ab2f6181b0b2ca4e02895b11d902e20 (diff) |
CTAN sync 202404110301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer')
-rw-r--r-- | systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl index 04fa18c7ef..7f9bc3d86d 100644 --- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl +++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl @@ -40,16 +40,20 @@ $mirrors = { }, 'Japan' => { '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, }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://ftp.kaist.ac.kr/tex-archive/' => 1, 'https://kr.mirrors.cicku.me/ctan/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, + 'Singapore' => { + 'https://sg.mirrors.cicku.me/ctan/' => 1, + }, 'Taiwan' => { 'https://ctan.mirror.twds.com.tw/tex-archive/' => 1, }, @@ -174,6 +178,9 @@ $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, |