diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-18 01:23:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-18 01:23:14 +0000 |
commit | 0b86d346f67771d77b72a59288ccbb83677d1698 (patch) | |
tree | 8bd8951ca9a4cac8ec26b71de6064cbe724a3460 /Master/tlpkg | |
parent | 6b84e9402410f776a751ef63e2196c1176260c3c (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0e49a472a16..8d2b11be90d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,6 +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://mirror.ufs.ac.za/ctan/' => 1 @@ -52,8 +56,7 @@ $mirrors = { }, 'Europe' => { 'Austria' => { - 'http://mirror.easyname.at/ctan/' => 1, - 'http://mirror.reismil.ch/CTAN/' => 1 + 'http://mirror.easyname.at/ctan/' => 1 }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 |