diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-13 01:23:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-13 01:23:20 +0000 |
commit | f29df809ce8fc8a1295118a60b33a476ab42399e (patch) | |
tree | 85e2171fced3c4e2f0f17cbb85e87b0de19df4db /Master/tlpkg | |
parent | 0c03d305c0285059f82f1ca613af39f51dd06433 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49399 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 33b5f9bcca7..c337f3e68b9 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -6,17 +6,18 @@ $mirrors = { 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } }, 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.shu.edu.cn/CTAN/' => 1, - 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 + 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, + 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1, @@ -44,6 +45,7 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { @@ -81,7 +83,6 @@ $mirrors = { 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.mirror.norbert-ruehl.de/' => 1, - 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'http://packages.oth-regensburg.de/ctan/' => 1, |