diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-10 23:54:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-10 23:54:01 +0000 |
commit | 9322b3ec7c742678d61036824a262f78e23b3f1f (patch) | |
tree | a8c610391df5317b005bfa2c2613344bef2e12d6 /Master/tlpkg | |
parent | 9e8ca7b9c8908f6bce55d923dd0f9381613624e7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56316 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 505928d685e..3e15d4d6fce 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { 'South Africa' => { 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1, + 'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, }, }, 'Asia' => { @@ -48,6 +49,7 @@ $mirrors = { '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, @@ -71,6 +73,9 @@ $mirrors = { 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, + 'Denmark' => { + 'https://mirrors.dotsrc.org/ctan/' => 1, + }, 'Finland' => { 'https://www.nic.funet.fi/pub/TeX/CTAN/' => 1, 'https://www.texlive.info/CTAN/' => 1, |