summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-13 23:53:39 +0000
committerKarl Berry <karl@freefriends.org>2019-10-13 23:53:39 +0000
commit2a62f77d69aece805cf2d0ff1e9fcb447e31a997 (patch)
tree3d5170f15906e88f4e782efceb86dc0cf732eca1 /Master/tlpkg
parent9aa9957621d934f48c05b25f4efbfa3d4f6f3a03 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 635aee07b1c..1a912d27b0b 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -12,6 +12,7 @@ $mirrors = {
'Asia' => {
'China' => {
'http://mirror.lzu.edu.cn/CTAN/' => 1,
+ 'http://mirrors.cqu.edu.cn/CTAN/' => 1,
'http://mirrors.geekpie.club/CTAN/' => 1,
'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
@@ -22,7 +23,6 @@ $mirrors = {
'http://mirror.iopb.res.in/tex-archive/' => 1
},
'Iran' => {
- 'http://ctan.asis.ai/' => 1,
'http://ctan.yazd.ac.ir/' => 1
},
'Japan' => {
@@ -142,6 +142,9 @@ $mirrors = {
'http://mirror.its.dal.ca/ctan/' => 1,
'http://muug.ca/mirror/ctan/' => 1
},
+ 'Costa Rica' => {
+ 'http://mirrors.ucr.ac.cr/CTAN/' => 1
+ },
'USA' => {
'http://ctan.math.illinois.edu/' => 1,
'http://ctan.math.washington.edu/tex-archive/' => 1,
@@ -160,10 +163,5 @@ $mirrors = {
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1
}
- },
- 'South America' => {
- 'Brazil' => {
- 'http://linorg.usp.br/CTAN/' => 1
- }
}
};