diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-28 02:16:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-28 02:16:37 +0000 |
commit | 24dea752dc56cf899ba7de693d462de06d1995d7 (patch) | |
tree | 1c359f0ac0efc5fa2eb8813903206640401734c5 /Master | |
parent | 67d3ba88cc1da189ae13ac73df2392cbfb3a5410 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@39888 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7cc6f9cb955..e75b66bde1d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -4,7 +4,6 @@ $mirrors = { '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, 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 } @@ -13,6 +12,7 @@ $mirrors = { 'China' => { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirrors.opencas.cn/ctan/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -37,6 +37,9 @@ $mirrors = { 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1 + }, 'Singapore' => { 'http://download.nus.edu.sg/mirror/ctan/' => 1 }, @@ -113,9 +116,6 @@ $mirrors = { 'http://ftp.eq.uc.pt/software/TeX/' => 1, 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, - 'Russia' => { - 'http://ctan.uni-altai.ru/' => 1 - }, 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1 }, @@ -153,10 +153,8 @@ $mirrors = { 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, - 'http://mirror.math.ku.edu/tex-archive/' => 1, '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 @@ -165,7 +163,8 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1 + 'http://repositorios.cpai.unb.br/ctan/' => 1, + 'http://www.lasca.ic.unicamp.br/pub/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |