diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-06 23:38:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-06 23:38:16 +0000 |
commit | ee27e7422d51ea373b95ecf55d1ff93880e2bf89 (patch) | |
tree | 6fb7c1426c1fcbc14b5de90a1463319170acc71c /Master/tlpkg | |
parent | 9f0a4848a76dc865de2de1d7c4d3028e87a117f8 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51337 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 c8babef9836..66848d34e39 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -12,10 +12,12 @@ $mirrors = { '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.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 }, 'India' => { 'http://ctan.imsc.res.in/' => 1, |