diff options
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a405201744a..84bd4df41b7 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,6 +16,7 @@ $mirrors = { 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, 'https://mirrors.cloud.tencent.com/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, + 'https://mirrors.hust.edu.cn/CTAN/' => 1, 'https://mirrors.jlu.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, 'https://mirrors.pku.edu.cn/ctan/' => 1, @@ -46,7 +47,6 @@ $mirrors = { 'https://jp.mirrors.cicku.me/ctan/' => 1, }, 'Korea' => { - 'http://ftp.ktug.org/tex-archive/' => 1, 'https://ftp.kaist.ac.kr/tex-archive/' => 1, 'https://kr.mirrors.cicku.me/ctan/' => 1, 'https://lab.uklee.pe.kr/tex-archive/' => 1, @@ -61,7 +61,6 @@ $mirrors = { }, 'Taiwan' => { 'https://ctan.mirror.twds.com.tw/tex-archive/' => 1, - 'https://ctan.simanglam.com/' => 1, 'https://tw.mirrors.cicku.me/ctan/' => 1, }, 'Thailand' => { @@ -81,7 +80,6 @@ $mirrors = { 'https://mirrors.netix.net/CTAN/' => 1, }, 'Czech Republic' => { - 'http://ftp.cvut.cz/tex-archive/' => 1, 'https://mirrors.nic.cz/tex-archive/' => 1, }, 'Denmark' => { @@ -93,7 +91,6 @@ $mirrors = { 'https://www.texlive.info/CTAN/' => 1, }, 'France' => { - 'https://ctan.gutenberg-asso.fr/' => 1, 'https://ctan.mines-albi.fr/' => 1, 'https://ctan.tetaneutral.net/' => 1, 'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, @@ -104,7 +101,6 @@ $mirrors = { 'Germany' => { 'http://sendinnsky.selfhost.co/tex-archive/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, - 'https://ctan.ebinger.cc/tex-archive/' => 1, 'https://ctan.joethei.xyz/' => 1, 'https://ctan.mc1.root.project-creative.net/' => 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, @@ -116,6 +112,7 @@ $mirrors = { '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://markov.htwsaar.de/tex-archive/' => 1, 'https://mirror.clientvps.com/CTAN/' => 1, 'https://mirror.dogado.de/tex-archive/' => 1, 'https://mirror.funkfreundelandshut.de/latex/' => 1, @@ -123,6 +120,7 @@ $mirrors = { }, 'Greece' => { 'http://ftp.ntua.gr/mirror/ctan/' => 1, + 'https://fosszone.csd.auth.gr/CTAN/' => 1, 'https://ftp.cc.uoc.gr/mirrors/CTAN/' => 1, }, 'Hungary' => { @@ -154,13 +152,13 @@ $mirrors = { 'https://mirrors.nxthost.com/ctan/' => 1, }, 'Russia' => { + 'https://ctan.altspu.ru/' => 1, 'https://mirror.macomnet.net/pub/CTAN/' => 1, 'https://mirror.truenetwork.ru/CTAN/' => 1, }, 'Spain' => { 'https://ctan.fisiquimicamente.com/' => 1, 'https://ctan.javinator9889.com/' => 1, - 'https://osl.ugr.es/CTAN/' => 1, }, 'Sweden' => { 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, @@ -207,7 +205,6 @@ $mirrors = { 'Australia' => { 'https://au.mirrors.cicku.me/ctan/' => 1, 'https://mirror.aarnet.edu.au/pub/CTAN/' => 1, - 'https://mirror.cse.unsw.edu.au/pub/CTAN/' => 1, }, }, 'South America' => { |