diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-06 00:29:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-06 00:29:19 +0000 |
commit | 09cf60b94d9fc41b5d3011cdb166ac4d2b96f723 (patch) | |
tree | de77d0c921a80a855a0aa86ea15b48d4269ea31f /Master/tlpkg | |
parent | d939b178e02c4656ae510c0a812b1c50823e4d36 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@62461 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 13ab4daec08..137d8e8a804 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $mirrors = { 'Africa' => { - 'Morocco' => { - 'https://mirror.marwan.ma/ctan/' => 1, - }, 'South Africa' => { 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, @@ -36,6 +33,9 @@ $mirrors = { }, 'Iran' => { 'http://ctan.yazd.ac.ir/' => 1, + 'https://ctan.asis.ai/' => 1, + 'https://ctan.um.ac.ir/' => 1, + 'https://mirror.bardia.tech/ctan/' => 1, }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, @@ -46,6 +46,7 @@ $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, @@ -106,6 +107,7 @@ $mirrors = { 'https://ctan.mc1.root.project-creative.net/' => 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, |