diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-13 00:49:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-13 00:49:50 +0000 |
commit | aee5cbf950dd1016afe59016bdaaafb6e3d59194 (patch) | |
tree | 015c107c64ea8abd72477c3ba0cae87bd8402ed8 /Master/tlpkg | |
parent | 21a13c747a8e00b0b93fdfe4d32ab9841dff3f9b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65260 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b43ba668af6..844aead225e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -48,8 +48,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, }, @@ -69,7 +73,6 @@ $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' => { |