diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-30 00:06:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-30 00:06:30 +0000 |
commit | 7b8e6bf9e22b96daa390c256decfbc46b4b419d5 (patch) | |
tree | 2cf557a54fa4283da5505e083de14686c933c636 /Master | |
parent | b02485b246dc338a3ad4fa987371c7bfc0c84aaf (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@44122 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8ee9b2cb5f1..c1d016d003f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,12 +1,10 @@ $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, - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1 + 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, + 'http://mirror.ufs.ac.za/ctan/' => 1 } }, 'Asia' => { @@ -61,6 +59,7 @@ $mirrors = { 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 }, 'France' => { + 'ftp://ftp.oleane.net/pub/CTAN/' => 1, 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://mirror.ibcp.fr/pub/CTAN/' => 1, |