diff options
author | Karl Berry <karl@freefriends.org> | 2022-12-21 00:52:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-12-21 00:52:13 +0000 |
commit | 1368ca6026cfc0db8ffea6a2c7b4fdf1780ac206 (patch) | |
tree | 8c83057336cd4f96adc63de3881f84841f873b9b /Master/tlpkg/installer | |
parent | 7fa5a53c6be1f00959f6f2c2b3c64d756e2b65ff (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65323 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 71d6e6013f9..2e3e6465097 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -54,9 +54,6 @@ $mirrors = { 'Philippines' => { 'http://mirror.rise.ph/ctan/' => 1, }, - 'Singapore' => { - 'https://download.nus.edu.sg/mirror/ctan/' => 1, - }, 'Taiwan' => { 'https://ftp.ntou.edu.tw/ctan/' => 1, }, @@ -120,6 +117,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, }, @@ -182,9 +182,6 @@ $mirrors = { 'https://mirror.its.dal.ca/ctan/' => 1, 'https://muug.ca/mirror/ctan/' => 1, }, - 'Costa Rica' => { - 'https://mirrors.ucr.ac.cr/CTAN/' => 1, - }, 'USA' => { 'http://bay.uchicago.edu/CTAN/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, @@ -195,7 +192,6 @@ $mirrors = { 'https://mirror.las.iastate.edu/tex-archive/' => 1, 'https://mirror.math.princeton.edu/pub/CTAN/' => 1, 'https://mirror.mwt.me/ctan/' => 1, - 'https://mirror2.sandyriver.net/pub/ctan/' => 1, 'https://mirrors.concertpass.com/tex-archive/' => 1, 'https://mirrors.mit.edu/CTAN/' => 1, 'https://mirrors.rit.edu/CTAN/' => 1, |