diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-11 01:17:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-11 01:17:18 +0000 |
commit | c9ba4cdc8383cbfc52687201c455a367d1824924 (patch) | |
tree | 05660f30aa3ed55f202b313973884bd02f33aa87 /Master/tlpkg | |
parent | ead71635bad57b2688726238fc1f445069789a80 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d1c48521187..09705281a16 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,9 +11,7 @@ $mirrors = { }, 'Asia' => { 'China' => { - 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -38,6 +36,9 @@ $mirrors = { '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 }, @@ -83,6 +84,7 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, '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 }, 'Greece' => { @@ -148,7 +150,6 @@ $mirrors = { 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, - 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.unl.edu/ctan/' => 1, @@ -162,8 +163,7 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1, - 'http://www.lasca.ic.unicamp.br/pub/ctan/' => 1 + 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |