diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-16 23:53:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-16 23:53:58 +0000 |
commit | 4d5e70e3f9f7bbd05933b10d25ad7ef35b4f1415 (patch) | |
tree | 0721c2beb49f6df40da1aadb1df87cf277e4fb05 /Master/tlpkg/installer | |
parent | d54b742de33093d6b0846b83a60a0e3018c70cdd (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0d14e296408..8802d42868c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -3,6 +3,9 @@ $mirrors = { 'Algeria' => { 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1, }, + 'Morocco' => { + 'https://mirror.marwan.ma/ctan/' => 1, + }, 'South Africa' => { 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, @@ -14,6 +17,7 @@ $mirrors = { 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, + 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, 'https://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, @@ -30,9 +34,7 @@ $mirrors = { 'https://mirror.unpad.ac.id/ctan/' => 1, }, 'Iran' => { - 'http://ctan.asis.ai/' => 1, 'http://ctan.yazd.ac.ir/' => 1, - 'https://ctan.um.ac.ir/' => 1, }, 'Japan' => { 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, @@ -43,11 +45,13 @@ $mirrors = { 'Korea' => { '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://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, + 'Philippines' => { + 'https://mirror.pregi.net/tex-archive/' => 1, + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -89,14 +93,17 @@ $mirrors = { 'https://ctan.kako-dev.de/' => 1, '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, 'https://ftp.rrze.uni-erlangen.de/ctan/' => 1, 'https://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, + 'https://ftp.tu-chemnitz.de/pub/tex/' => 1, 'https://mirror.clientvps.com/CTAN/' => 1, 'https://mirror.dogado.de/tex-archive/' => 1, + 'https://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'https://packages.oth-regensburg.de/ctan/' => 1, }, 'Greece' => { @@ -132,6 +139,7 @@ $mirrors = { 'Russia' => { 'http://ctan.altspu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, + 'http://mirrors.mi.ras.ru/CTAN/' => 1, 'https://mirror.truenetwork.ru/CTAN/' => 1, }, 'Serbia' => { @@ -183,6 +191,9 @@ $mirrors = { }, }, 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1, + }, 'Chile' => { 'https://ctan.dcc.uchile.cl/' => 1, }, |