diff options
author | Karl Berry <karl@freefriends.org> | 2022-11-25 00:49:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-11-25 00:49:51 +0000 |
commit | d8d32b0863d2177e5f59217c4beabe6cd3139802 (patch) | |
tree | 17f05d0cd585e38f7aae47d38972bf7363e46828 /Master | |
parent | be900f7519c3afff8efa01381fb9acfb2621d826 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 69bfe4b2868..de285f43313 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -49,9 +49,11 @@ $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, }, |