summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-24 00:21:49 +0000
committerKarl Berry <karl@freefriends.org>2017-09-24 00:21:49 +0000
commita9ea55e5c48336cba5dda436578adb0e28731701 (patch)
tree20044c88265f1a84c7e845a70d019b26d723e79c /Master/tlpkg/installer
parent33af33c32200ce5d713b86bf24de4b5da482d294 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45393 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index fd3666a41fd..a3d06113985 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
- },
'South Africa' => {
'http://ctan.mirror.ac.za/' => 1,
'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
@@ -16,6 +13,7 @@ $mirrors = {
'http://mirrors.cqu.edu.cn/CTAN/' => 1,
'http://mirrors.hustunique.com/ctan/' => 1,
'http://mirrors.opencas.cn/ctan/' => 1,
+ 'http://mirrors.shuosc.org/CTAN/' => 1,
'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
'http://mirrors.ustc.edu.cn/CTAN/' => 1
},
@@ -125,6 +123,9 @@ $mirrors = {
'Switzerland' => {
'http://mirror.switch.ch/ftp/mirror/tex/' => 1,
'http://www.pirbot.com/mirrors/ctan/' => 1
+ },
+ 'UK' => {
+ 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1
}
},
'North America' => {
@@ -160,6 +161,9 @@ $mirrors = {
'Brazil' => {
'http://linorg.usp.br/CTAN/' => 1,
'http://repositorios.cpai.unb.br/ctan/' => 1
+ },
+ 'Chile' => {
+ 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1
}
}
};