diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-03 00:54:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-03 00:54:23 +0000 |
commit | 5f9f8fe99e68c0ef1fbd129019404a3c52e37e8a (patch) | |
tree | b3caa053b57a495f4d1a0bd1bb4cc917b762f89b /Master/tlpkg | |
parent | b816747c9f3aba07d8fa63f50ef7748ebe2ac28f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@57606 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 114496c35cf..13527658243 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,12 +27,6 @@ $mirrors = { 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, }, - 'India' => { - 'http://ctan.imsc.res.in/' => 1, - }, - 'Indonesia' => { - 'https://mirror.unpad.ac.id/ctan/' => 1, - }, 'Iran' => { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, @@ -53,6 +47,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, }, |