summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-14 23:49:43 +0000
committerKarl Berry <karl@freefriends.org>2021-05-14 23:49:43 +0000
commit78fafe62ffa13034c18221014aec93c922de037b (patch)
tree597ae237dfd74c60da414aad75c6e099dd2f4fd4 /Master/tlpkg
parentc98169bcc7314543b1dbe668c0aaac643f2d0b03 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 09d5269fd4e..cd32f270bf9 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -39,7 +39,6 @@ $mirrors = {
'https://ctan.um.ac.ir/' => 1,
},
'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,
},
@@ -52,6 +51,9 @@ $mirrors = {
'https://mirror.navercorp.com/CTAN/' => 1,
'https://mirror.yongbok.net/ctan/' => 1,
},
+ 'Philippines' => {
+ 'https://mirror.pregi.net/tex-archive/' => 1,
+ },
'Singapore' => {
'https://download.nus.edu.sg/mirror/ctan/' => 1,
},