diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-16 23:53:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-16 23:53:54 +0000 |
commit | 7e244d694b031a956e1ffcbcfa03e7fc67a3e740 (patch) | |
tree | e7a267505aebb3c5d31573363996f8bf67ab5579 /Master/tlpkg | |
parent | 819958ba1aa83b0ceb14218d45784d4c7e620e16 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e122dbdaee4..c2823866128 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.leg.uct.ac.za/pub/packages/ctan/' => 1, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, @@ -18,10 +21,16 @@ $mirrors = { 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, + 'Hong Kong' => { + 'https://mirror-hk.koddos.net/CTAN/' => 1 + }, 'India' => { 'http://ctan.imsc.res.in/' => 1, 'http://mirror.iopb.res.in/tex-archive/' => 1 }, + 'Indonesia' => { + 'https://mirror.unpad.ac.id/ctan/' => 1 + }, 'Iran' => { 'http://ctan.yazd.ac.ir/' => 1 }, @@ -40,6 +49,9 @@ $mirrors = { 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 }, + 'Singapore' => { + 'https://download.nus.edu.sg/mirror/ctan/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 @@ -60,7 +72,8 @@ $mirrors = { 'http://mirrors.dotsrc.org/ctan/' => 1 }, 'Finland' => { - 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 + 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1, + 'https://www.texlive.info/CTAN/' => 1 }, 'France' => { 'http://ctan.crest.fr/tex-archive/' => 1, @@ -69,7 +82,8 @@ $mirrors = { 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1, - 'http://mirrors.standaloneinstaller.com/ctan/' => 1 + 'http://mirrors.standaloneinstaller.com/ctan/' => 1, + 'https://mirrors.chevalier.io/CTAN/' => 1 }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, @@ -80,11 +94,16 @@ $mirrors = { 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'http://packages.oth-regensburg.de/ctan/' => 1, - 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 + 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, + 'https://ctan.kako-dev.de/' => 1, + 'https://ctan.net/' => 1 }, 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, + 'Hungary' => { + 'https://mirror.szerverem.hu/ctan/' => 1 + }, 'Italy' => { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, @@ -104,7 +123,8 @@ $mirrors = { }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, - 'http://mirrors.up.pt/pub/CTAN/' => 1 + 'http://mirrors.up.pt/pub/CTAN/' => 1, + 'https://ftp.eq.uc.pt/software/TeX/' => 1 }, 'Romania' => { 'http://mirrors.nxthost.com/ctan/' => 1 @@ -128,6 +148,9 @@ $mirrors = { }, 'Switzerland' => { 'http://www.pirbot.com/mirrors/ctan/' => 1 + }, + 'UK' => { + 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 } }, 'North America' => { |