summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-28 23:53:40 +0000
committerKarl Berry <karl@freefriends.org>2020-09-28 23:53:40 +0000
commit3cecbadccf4942dbd840415213c285b19af9edac (patch)
tree550923b525f9c1965575ab7f0788fcbdea2cfeac /Master/tlpkg/installer/ctan-mirrors.pl
parent14cbd74f20db6e97d8727df158adb4aa95d4f511 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56470 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl13
1 files changed, 3 insertions, 10 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index b3c329eb930..12bf2b50c5e 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -1,5 +1,8 @@
$mirrors = {
'Africa' => {
+ 'Algeria' => {
+ 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1,
+ },
'Morocco' => {
'https://mirror.marwan.ma/ctan/' => 1,
},
@@ -44,7 +47,6 @@ $mirrors = {
},
'Korea' => {
'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
- 'http://ftp.ktug.org/tex-archive/' => 1,
'http://mirror.kakao.com/CTAN/' => 1,
'https://cran.asia/tex/' => 1,
'https://ftp.harukasan.org/CTAN/' => 1,
@@ -107,16 +109,12 @@ $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,
},
'Netherlands' => {
'http://ctan.cs.uu.nl/' => 1,
'https://ftp.snt.utwente.nl/pub/software/tex/' => 1,
- 'https://mirror.koddos.net/CTAN/' => 1,
'https://mirror.lyrahosting.com/CTAN/' => 1,
},
'Norway' => {
@@ -171,11 +169,9 @@ $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,
'https://mirror.las.iastate.edu/tex-archive/' => 1,
- 'https://mirrors.concertpass.com/tex-archive/' => 1,
'https://mirrors.rit.edu/CTAN/' => 1,
},
},
@@ -191,8 +187,5 @@ $mirrors = {
'Brazil' => {
'http://linorg.usp.br/CTAN/' => 1,
},
- 'Chile' => {
- 'https://ctan.dcc.uchile.cl/' => 1,
- },
},
};