diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-01 03:27:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-01 03:27:43 +0000 |
commit | 9db706213a7f25ca3c32a3afb953dd4f3bce0c8c (patch) | |
tree | e18298ff35be39f1508639cdfb3d720cb14be33a /Master/tlpkg | |
parent | 8df38f8de466bbe2c98f0fcf49df5d2e4aa8d17b (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38751 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e40a6321d5a..90deba7bc2f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -34,6 +34,12 @@ $mirrors = { 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1 + }, + 'Singapore' => { + 'http://download.nus.edu.sg/mirror/ctan/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 @@ -155,6 +161,7 @@ $mirrors = { }, 'South America' => { 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1, 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { |