diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-19 00:55:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-19 00:55:17 +0000 |
commit | 3e294f49e452e77acc5067037c71340db8762a66 (patch) | |
tree | 00fdaaf3b7516db85e8b7473ce0fd15cd6e97d17 /Master/tlpkg/installer | |
parent | b873b798e55dfac304f7a2bda89e5e55539dfecc (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 32c42aad604..02ca3c7171d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -7,6 +7,7 @@ $mirrors = { 'https://mirror.marwan.ma/ctan/' => 1 }, 'South Africa' => { + '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 } @@ -14,6 +15,7 @@ $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.hit.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, |