diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-20 23:53:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-20 23:53:34 +0000 |
commit | ce80af36c36ad83d588bf6701e095b6ef6be590a (patch) | |
tree | cff36d71a5f79ffda8dad2d8ae8ffb96d0421ee8 /Master/tlpkg | |
parent | c7e752b6e75422b1201c219e4baedca961e9c6a1 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a16a29fb70d..98509e705ea 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -77,6 +77,7 @@ $mirrors = { 'https://mirrors.dotsrc.org/ctan/' => 1, }, 'Finland' => { + 'https://ftp.funet.fi/pub/TeX/CTAN/' => 1, 'https://www.texlive.info/CTAN/' => 1, }, 'France' => { @@ -96,6 +97,7 @@ $mirrors = { '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, + '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, @@ -111,6 +113,9 @@ $mirrors = { 'http://ftp.ntua.gr/mirror/ctan/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, + 'Hungary' => { + 'https://mirror.szerverem.hu/ctan/' => 1, + }, 'Italy' => { 'https://ctan.mirror.garr.it/mirrors/CTAN/' => 1, }, @@ -146,6 +151,7 @@ $mirrors = { }, 'Spain' => { 'https://ctan.javinator9889.com/' => 1, + 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, |