summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-04 23:53:40 +0000
committerKarl Berry <karl@freefriends.org>2020-10-04 23:53:40 +0000
commit635f3f484ee318abaf3134b9d65a3422fbd4f99f (patch)
tree92579e2f527ffcd9e42387e9a1cc59015ac07c94 /Master/tlpkg/installer
parent17c53f99b0db597c35c6e880e8ac6d75ad0d5417 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@56546 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl15
1 files changed, 7 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 5a70e72da40..b7a3974d1ae 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,
},
@@ -16,7 +13,6 @@ $mirrors = {
'China' => {
'https://mirrors.aliyun.com/CTAN/' => 1,
'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
- 'https://mirrors.cqu.edu.cn/CTAN/' => 1,
'https://mirrors.hit.edu.cn/CTAN/' => 1,
'https://mirrors.nju.edu.cn/CTAN/' => 1,
'https://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
@@ -34,6 +30,7 @@ $mirrors = {
'https://mirror.unpad.ac.id/ctan/' => 1,
},
'Iran' => {
+ 'http://ctan.asis.ai/' => 1,
'http://ctan.yazd.ac.ir/' => 1,
'https://ctan.um.ac.ir/' => 1,
},
@@ -46,12 +43,13 @@ $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,
'https://mirror.navercorp.com/CTAN/' => 1,
'https://mirror.yongbok.net/ctan/' => 1,
},
+ 'Philippines' => {
+ 'https://mirror.pregi.net/tex-archive/' => 1,
+ },
'Singapore' => {
'https://download.nus.edu.sg/mirror/ctan/' => 1,
},
@@ -96,9 +94,7 @@ $mirrors = {
'https://ctan.net/' => 1,
'https://ctan.space-pro.be/tex-archive/' => 1,
'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1,
- 'https://ftp.fau.de/ctan/' => 1,
'https://ftp.gwdg.de/pub/ctan/' => 1,
- '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://mirror.clientvps.com/CTAN/' => 1,
@@ -194,5 +190,8 @@ $mirrors = {
'Brazil' => {
'http://linorg.usp.br/CTAN/' => 1,
},
+ 'Chile' => {
+ 'https://ctan.dcc.uchile.cl/' => 1,
+ },
},
};