diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-21 00:57:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-21 00:57:06 +0000 |
commit | 74f3b3ab5f722bd2fe871a67387802bf821aaf6c (patch) | |
tree | 1f651c5208d4a4486909da904d9cb7046f9b8e88 /Master/tlpkg/installer | |
parent | a762ccf432d8d61c5186c5eefcefa070d8e1f476 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 42fb2e96978..2a36d74b0ee 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -14,10 +14,11 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirrors.geekpie.club/CTAN/' => 1, + 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.hit.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.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 }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1 @@ -26,9 +27,6 @@ $mirrors = { 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, - 'Indonesia' => { - 'https://mirror.unpad.ac.id/ctan/' => 1 - }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, @@ -177,10 +175,5 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } - }, - 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 - } } }; |