diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-02 23:53:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-02 23:53:27 +0000 |
commit | 48429da97b4e9c24fbeafe00620f5340e7c93201 (patch) | |
tree | 359be9402ab85759466920720c3160b1b5d9043d /Master/tlpkg/installer | |
parent | f829f0dbd7791a00e6c7fc531001b545e613da87 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56249 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index eaf5035e99c..eedbb427270 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -15,7 +15,6 @@ $mirrors = { 'Asia' => { 'China' => { 'https://mirror.bjtu.edu.cn/CTAN/' => 1, - 'https://mirror.lzu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, @@ -44,14 +43,12 @@ $mirrors = { 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, - 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, '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, }, @@ -84,8 +81,10 @@ $mirrors = { 'France' => { 'http://ctan.mines-albi.fr/' => 1, 'https://ctan.crest.fr/tex-archive/' => 1, + 'https://ctan.gutenberg.eu.org/' => 1, 'https://ctan.tetaneutral.net/' => 1, 'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, + 'https://mirror.ibcp.fr/pub/CTAN/' => 1, 'https://mirrors.chevalier.io/CTAN/' => 1, 'https://mirrors.ircam.fr/pub/CTAN/' => 1, }, @@ -149,6 +148,7 @@ $mirrors = { 'http://ctan.ijs.si/tex-archive/' => 1, }, 'Spain' => { + 'https://ctan.javinator9889.com/' => 1, 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { |