diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-24 23:49:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-24 23:49:11 +0000 |
commit | b135e4b3baa48513f2af6ec069eb06165934d25d (patch) | |
tree | 675f6c6ab7b33e7063f42959d25f183d70442589 /Master/tlpkg/installer | |
parent | 14525576be35476cace5b57c1c9b6e180066863d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@58983 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e7fa203f421..33d49864e83 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,14 +1,10 @@ $mirrors = { 'Africa' => { - '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, - 'http://mirror.ufs.ac.za/ctan/' => 1, 'https://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, }, }, @@ -37,16 +33,16 @@ $mirrors = { 'Iran' => { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, - 'https://ctan.um.ac.ir/' => 1, }, 'Japan' => { + 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.kakao.com/CTAN/' => 1, - 'https://ftp.harukasan.org/CTAN/' => 1, + 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, 'https://mirror.yongbok.net/ctan/' => 1, }, @@ -81,16 +77,12 @@ $mirrors = { 'https://ctan.mines-albi.fr/' => 1, 'https://ctan.tetaneutral.net/' => 1, 'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, - 'https://mirror.ibcp.fr/pub/CTAN/' => 1, 'https://mirrors.chevalier.io/CTAN/' => 1, 'https://mirrors.ircam.fr/pub/CTAN/' => 1, 'https://texlive.mycozy.space/' => 1, }, 'Germany' => { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, - 'http://ctan.ebinger.cc/tex-archive/' => 1, - 'http://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, - 'http://mirror.physik-pool.tu-berlin.de/pub/CTAN/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'https://ctan.kako-dev.de/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, @@ -130,20 +122,23 @@ $mirrors = { 'https://sunsite.icm.edu.pl/pub/CTAN/' => 1, }, 'Portugal' => { - 'https://ftp.eq.uc.pt/software/TeX/' => 1, 'https://mirrors.up.pt/pub/CTAN/' => 1, }, 'Romania' => { 'https://mirrors.nxthost.com/ctan/' => 1, }, 'Russia' => { - 'http://ctan.altspu.ru/' => 1, - 'http://mirror.macomnet.net/pub/CTAN/' => 1, + 'https://ctan.altspu.ru/' => 1, + 'https://mirror.macomnet.net/pub/CTAN/' => 1, 'https://mirror.truenetwork.ru/CTAN/' => 1, + 'https://mirrors.mi.ras.ru/CTAN/' => 1, }, 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1, }, + 'Slovenia' => { + 'https://ctan.ijs.si/tex-archive/' => 1, + }, 'Spain' => { 'https://ctan.javinator9889.com/' => 1, 'https://osl.ugr.es/CTAN/' => 1, @@ -163,8 +158,8 @@ $mirrors = { 'Canada' => { 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.globo.tech/' => 1, - 'http://ctan.mirror.rafal.ca/' => 1, 'https://ctan.math.ca/tex-archive/' => 1, + 'https://ctan.mirror.rafal.ca/' => 1, 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, @@ -173,7 +168,6 @@ $mirrors = { }, 'USA' => { 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, - 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'https://ctan.math.illinois.edu/' => 1, |