diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-03 00:49:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-03 00:49:34 +0000 |
commit | 07aa809e4bb1345d0770923af1fb95dbc848132a (patch) | |
tree | 71153520c8327583d2fd712ef17ea6ea99c12ca9 /Master/tlpkg/installer | |
parent | eaf783c94806be014c04c7024376fdc9554e6f2c (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56524 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 8fa0e8efd38..5a70e72da40 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,6 +16,7 @@ $mirrors = { 'China' => { 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, + 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -51,9 +52,6 @@ $mirrors = { 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, - 'Philippines' => { - 'https://mirror.pregi.net/tex-archive/' => 1, - }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -196,8 +194,5 @@ $mirrors = { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, }, - 'Chile' => { - 'https://ctan.dcc.uchile.cl/' => 1, - }, }, }; |