diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-03 00:54:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-03 00:54:21 +0000 |
commit | 15756f11ac0679bab606688a67b8d4382c0cb6b0 (patch) | |
tree | 0b2284cd022b58e28e0a088afa71603695cf3895 /Master/tlpkg | |
parent | b414d171e5c0b26c98138f9dae6e859c491dffbf (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 a0e4dceac66..2cf9cd174c4 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -50,6 +50,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, }, @@ -148,7 +151,6 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, - 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, |