diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-02 23:53:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-02 23:53:10 +0000 |
commit | 3ea51ca6771b76675efb64466a74457e0c95af45 (patch) | |
tree | 26a2b9f69893d30f67d7b4a2a2fab61c74626dcd /Master/tlpkg | |
parent | 3751e526307e794c83c856e652584bd306007ace (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55736 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1a431be9b5a..287eb864734 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,15 +13,12 @@ $mirrors = { }, 'Asia' => { 'China' => { - 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirrors.cqu.edu.cn/CTAN/' => 1, - 'http://mirrors.hit.edu.cn/CTAN/' => 1, - 'http://mirrors.nju.edu.cn/CTAN/' => 1, - 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, - 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, + 'https://mirrors.hit.edu.cn/CTAN/' => 1, + 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, + 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, @@ -39,7 +36,6 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 1, }, 'Japan' => { - 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, @@ -75,7 +71,6 @@ $mirrors = { 'http://mirrors.dotsrc.org/ctan/' => 1, }, 'Finland' => { - 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1, 'https://www.texlive.info/CTAN/' => 1, }, 'France' => { @@ -90,8 +85,6 @@ $mirrors = { }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, - 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, - 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.ebinger.cc/tex-archive/' => 1, 'http://ctan.mirror.norbert-ruehl.de/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, @@ -177,6 +170,7 @@ $mirrors = { 'http://mirror.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1, }, }, @@ -190,7 +184,7 @@ $mirrors = { }, 'South America' => { 'Chile' => { - 'http://ctan.dcc.uchile.cl/' => 1, + 'https://ctan.dcc.uchile.cl/' => 1, }, }, }; |