diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-03 00:23:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-03 00:23:09 +0000 |
commit | 87d16a01498a53c4bb455d78ae7131370e47591e (patch) | |
tree | d3ca11c6a7fbeed85f24856582b41b622ed37587 /Master/tlpkg | |
parent | 4fe42257626f18ee7e37befafde035b7954959cd (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@58072 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 995d373eccd..c6520ee7704 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -18,11 +18,11 @@ $mirrors = { 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, + 'https://mirrors.dgut.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, + 'https://mirrors.sustech.edu.cn/CTAN/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, - 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, @@ -49,6 +49,7 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, 'https://cran.asia/tex/' => 1, + 'https://ftp.harukasan.org/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -199,9 +200,6 @@ $mirrors = { }, }, 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1, - }, 'Chile' => { 'https://ctan.dcc.uchile.cl/' => 1, }, |