diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-20 02:17:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-20 02:17:56 +0000 |
commit | 3635b8e3c7c4b816b0d27c97a0ba78d7201ee935 (patch) | |
tree | b57b72b168053728ea88618e79fe467425dbeb39 /Master/tlpkg/installer | |
parent | 19c601f9fa8dbc26471c6f825473c6b2b3b94bfc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42543 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b5885fa4307..85a8ff8410b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,6 +11,7 @@ $mirrors = { }, 'Asia' => { 'China' => { + 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -32,9 +33,6 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.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 @@ -55,9 +53,6 @@ $mirrors = { 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 }, - 'Czech Republic' => { - 'http://ftp.cvut.cz/tex-archive/' => 1 - }, 'Denmark' => { 'http://mirrors.dotsrc.org/ctan/' => 1 }, |