diff options
author | Karl Berry <karl@freefriends.org> | 2021-05-05 23:48:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-05-05 23:48:55 +0000 |
commit | 6d15f4fc4f3400a99129f915215d961e369b30dc (patch) | |
tree | 1389bf1353d5cc8c9bb71d4840013cd6759ed091 /Master/tlpkg | |
parent | 5a955826d9b07a2491dc7e13628008b9c2f6c32d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@59094 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e148e572b90..8e651c1d213 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -14,7 +14,6 @@ $mirrors = { }, 'Asia' => { 'China' => { - 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, @@ -48,9 +47,8 @@ $mirrors = { }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, - 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, - 'https://mirror.kakao.com/CTAN/' => 1, + 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -118,6 +116,9 @@ $mirrors = { 'Hungary' => { 'https://mirror.szerverem.hu/ctan/' => 1, }, + 'Italy' => { + 'https://ctan.mirror.garr.it/mirrors/ctan/' => 1, + }, 'Netherlands' => { 'https://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'https://mirror.koddos.net/CTAN/' => 1, @@ -155,6 +156,7 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, + 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, |