diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-18 23:54:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-18 23:54:02 +0000 |
commit | 2a5bace23fb9b73869a3d9e1e2f1d0e5fb49e816 (patch) | |
tree | a75fb54ef6e7115309d87b08b6c1ec793012f160 /Master/tlpkg | |
parent | 051645fe91b2ca915525b9bbcc707de153fe8f51 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55871 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 584a861f29e..a16a29fb70d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { '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, }, }, 'Asia' => { @@ -21,6 +22,7 @@ $mirrors = { '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, 'https://mirrors.ustc.edu.cn/CTAN/' => 1, }, 'Hong Kong' => { @@ -75,7 +77,6 @@ $mirrors = { 'https://mirrors.dotsrc.org/ctan/' => 1, }, 'Finland' => { - 'https://ftp.funet.fi/pub/TeX/CTAN/' => 1, 'https://www.texlive.info/CTAN/' => 1, }, 'France' => { @@ -95,7 +96,6 @@ $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,9 +111,6 @@ $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, }, @@ -149,7 +146,6 @@ $mirrors = { }, 'Spain' => { 'https://ctan.javinator9889.com/' => 1, - 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, |