diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-21 23:48:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-21 23:48:27 +0000 |
commit | 78ef128a90beae51555d16d58d62033e010a3f72 (patch) | |
tree | 1ebd8fc87a043c74785a21f9b146cde9fde82ed2 /Master/tlpkg | |
parent | d1b563fff526e6053e9bbd79c4da3acf157e2971 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@60835 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ab8ee2c31a3..a8c0bac6eee 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -49,6 +49,7 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, + 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, @@ -87,6 +88,7 @@ $mirrors = { '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, 'https://texlive.mycozy.space/' => 1, }, 'Germany' => { @@ -98,6 +100,7 @@ $mirrors = { 'https://ctan.kako-dev.de/' => 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, 'https://ctan.net/' => 1, + 'https://ctan.space-pro.be/tex-archive/' => 1, 'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1, 'https://ftp.fau.de/ctan/' => 1, 'https://ftp.gwdg.de/pub/ctan/' => 1, @@ -199,4 +202,9 @@ $mirrors = { 'https://mirror.aut.ac.nz/CTAN/' => 1, }, }, + 'South America' => { + 'Chile' => { + 'https://ctan.dcc.uchile.cl/' => 1, + }, + }, }; |