diff options
author | Karl Berry <karl@freefriends.org> | 2022-11-18 00:49:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-11-18 00:49:24 +0000 |
commit | 3760782e87e0ef605ba68079e99b8e84c9a39d1f (patch) | |
tree | a8625e5a5de49fca9d4ecc529ac80b5d9ee3225f /Master/tlpkg | |
parent | 31c8f6e0d921b55d1d95a1cf6d44be09140b4606 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1d246661739..f3970c41fb6 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -49,8 +49,12 @@ $mirrors = { 'https://cran.asia/tex/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, + '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, }, @@ -70,6 +74,7 @@ $mirrors = { 'https://mirror.datacenter.by/pub/mirrors/CTAN/' => 1, }, 'Czech Republic' => { + 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, 'Denmark' => { |