diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-08 01:23:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-08 01:23:41 +0000 |
commit | 828b53f81144c4f0f622ce4106cba2851693bdfb (patch) | |
tree | 4d83fee51cf35228470b878267ee3e6e8810aece /Master | |
parent | fdc266f74921bca0f828d35358f1e9cf4c2e6398 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49972 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 cf9f3904470..eaae218ce7b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,7 +32,6 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { - 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -44,6 +43,9 @@ $mirrors = { 'http://ftp.neowiz.com/CTAN/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 |