diff options
author | Karl Berry <karl@freefriends.org> | 2022-05-20 23:48:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-05-20 23:48:17 +0000 |
commit | a6ef6aa084c7849d385575f057cfc19bc732c625 (patch) | |
tree | 5c12d26cdb892f98c74b4c62a4f85c180fb26a64 /Master/tlpkg | |
parent | 7cfb8f91d8e3bab6d4f24f0473a8fea56ea9b2a8 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@63352 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3cbe44e594d..c80b99a22a0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Morocco' => { + 'https://mirror.marwan.ma/ctan/' => 1, + }, 'South Africa' => { 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'https://mirror.ufs.ac.za/ctan/' => 1, @@ -45,9 +48,9 @@ $mirrors = { }, 'Korea' => { '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, }, @@ -60,9 +63,6 @@ $mirrors = { 'Taiwan' => { 'https://ftp.ntou.edu.tw/ctan/' => 1, }, - 'Thailand' => { - 'https://mirror.kku.ac.th/CTAN/' => 1, - }, }, 'Europe' => { 'Austria' => { @@ -160,6 +160,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, |