summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-10-30 02:16:02 +0000
committerKarl Berry <karl@freefriends.org>2016-10-30 02:16:02 +0000
commit6b2e11ca61ed4dcb8948125898506a1e61b6998c (patch)
tree0e1c547579a1389b591c7719f7c53bfc2d0efaba /Master/tlpkg/installer
parent59f692e0fd0a84ff629ccfe57cce7ec03148d172 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl13
1 files changed, 4 insertions, 9 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 281bd70072b..0f948e85575 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -11,7 +11,6 @@ $mirrors = {
},
'Asia' => {
'China' => {
- 'http://mirror.lzu.edu.cn/CTAN/' => 1,
'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
'http://mirrors.ustc.edu.cn/CTAN/' => 1
},
@@ -33,12 +32,12 @@ $mirrors = {
'http://ftp.ktug.org/tex-archive/' => 1,
'http://ftp.neowiz.com/CTAN/' => 1
},
+ 'Philippines' => {
+ 'http://mirror.pregi.net/tex-archive/' => 1
+ },
'Saudi Arabia' => {
'http://latex.imamu.edu.sa/tex-archive/' => 1
},
- 'Singapore' => {
- 'http://download.nus.edu.sg/mirror/ctan/' => 1
- },
'Taiwan' => {
'ftp://ftp.ccu.edu.tw/pub/tex/' => 1,
'http://ftp.yzu.edu.tw/CTAN/' => 1
@@ -82,7 +81,7 @@ $mirrors = {
'http://ctan.space-pro.be/tex-archive/' => 1,
'http://ftp.fau.de/ctan/' => 1,
'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1,
- 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1
+ 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1
},
'Greece' => {
'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1
@@ -153,7 +152,6 @@ $mirrors = {
'http://mirror.unl.edu/ctan/' => 1,
'http://mirror.utexas.edu/ctan/' => 1,
'http://mirrors.acm.jhu.edu/ctan/' => 1,
- 'http://mirrors.concertpass.com/tex-archive/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'http://mirrors.rit.edu/CTAN/' => 1
}
@@ -162,9 +160,6 @@ $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
}
}
};