summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-19 23:49:05 +0000
committerKarl Berry <karl@freefriends.org>2021-10-19 23:49:05 +0000
commitc556edea8b53f5e2f5ed8a09742c192151b86129 (patch)
tree002e9575f6689ab9c293e2f9f630fd18a06cde96 /Master/tlpkg
parent85b7f10d72573f2b16ee4c1f18513607668b6f0f (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@60808 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 babdcdeb648..349d5485d32 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -1,8 +1,5 @@
$mirrors = {
'Africa' => {
- 'Algeria' => {
- 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1,
- },
'Morocco' => {
'https://mirror.marwan.ma/ctan/' => 1,
},
@@ -38,7 +35,6 @@ $mirrors = {
'Iran' => {
'http://ctan.yazd.ac.ir/' => 1,
'https://ctan.asis.ai/' => 1,
- 'https://ctan.um.ac.ir/' => 1,
},
'Japan' => {
'https://ftp.jaist.ac.jp/pub/CTAN/' => 1,
@@ -57,6 +53,9 @@ $mirrors = {
'Malaysia' => {
'https://mirrors.upm.edu.my/CTAN/' => 1,
},
+ 'Singapore' => {
+ 'https://download.nus.edu.sg/mirror/ctan/' => 1,
+ },
},
'Europe' => {
'Austria' => {
@@ -83,7 +82,6 @@ $mirrors = {
'https://ctan.mines-albi.fr/' => 1,
'https://ctan.tetaneutral.net/' => 1,
'https://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1,
- 'https://mirror.ibcp.fr/pub/CTAN/' => 1,
'https://mirrors.chevalier.io/CTAN/' => 1,
'https://mirrors.ircam.fr/pub/CTAN/' => 1,
'https://texlive.mycozy.space/' => 1,
@@ -199,9 +197,4 @@ $mirrors = {
'https://mirror.aut.ac.nz/CTAN/' => 1,
},
},
- 'South America' => {
- 'Chile' => {
- 'https://ctan.dcc.uchile.cl/' => 1,
- },
- },
};