diff options
author | Karl Berry <karl@freefriends.org> | 2021-11-25 00:48:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-11-25 00:48:30 +0000 |
commit | ec5e1deca69c0548bbd99223f3227786ce14f738 (patch) | |
tree | 50f13ed1a0167d4b5be3d174dc60f22c19c6285f /Master/tlpkg | |
parent | e23b141d3ece950f0e876646326cbcc7b104f466 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@61149 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index aba414006cc..5d414d716af 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1, }, @@ -23,6 +26,9 @@ $mirrors = { 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, + 'Hong Kong' => { + 'https://mirror-hk.koddos.net/CTAN/' => 1, + }, 'India' => { 'http://ctan.imsc.res.in/' => 1, }, @@ -45,6 +51,7 @@ $mirrors = { '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, }, |