diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-29 00:23:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-29 00:23:53 +0000 |
commit | 10c5552e2b11fc8e7718bf5160ec6972b5943eef (patch) | |
tree | 1b273086098182c6a1d337f72b05e25c3b0bce37 /Master/tlpkg | |
parent | d676707d42855662531b80e44c79e1b00d6f2fed (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@47479 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c5f84203890..86e73ab6e77 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, @@ -72,9 +69,9 @@ $mirrors = { 'France' => { 'http://ctan.crest.fr/tex-archive/' => 1, 'http://ctan.mines-albi.fr/' => 1, + 'http://ctan.tetaneutral.net/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, - 'http://mirrors.ircam.fr/pub/CTAN/' => 1, 'http://mirrors.standaloneinstaller.com/ctan/' => 1 }, 'Germany' => { @@ -82,9 +79,11 @@ $mirrors = { 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, 'http://ctan.127001.ovh/' => 1, + 'http://ctan.mirror.norbert-ruehl.de/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, + 'http://packages.oth-regensburg.de/ctan/' => 1, 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -156,7 +155,6 @@ $mirrors = { 'http://ctan.math.illinois.edu/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, - 'http://ctan.scidock.com/tex-archive/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, @@ -176,7 +174,8 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |