diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-22 01:24:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-22 01:24:32 +0000 |
commit | 3afd2511a3beb033d64dfcebd84637f85fa4fa4b (patch) | |
tree | dea02a7854226e44d58673dceb2c554c3772b330 | |
parent | fda53e161b45eb89f6a0d33f3295672760969b20 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@34349 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index aeee410ca3e..e0433e2a59b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,7 @@ $mirrors = { 'Africa' => { 'South Africa' => { - 'http://ctan.mirror.ac.za/' => 1, - 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1 + 'http://ctan.mirror.ac.za/' => 1 } }, 'Asia' => { @@ -68,6 +67,9 @@ $mirrors = { 'Austria' => { 'http://mirror.klaus-uwe.me/ctan/' => 1 }, + 'Belarus' => { + 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 + }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 }, @@ -155,7 +157,6 @@ $mirrors = { 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, - 'http://ctan.unixbrain.com/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, @@ -170,7 +171,8 @@ $mirrors = { 'Brazil' => { 'http://ctan.tche.br/' => 1, 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1 + 'http://repositorios.cpai.unb.br/ctan/' => 1, + 'http://www.las.ic.unicamp.br/pub/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |