diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-17 17:15:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-17 17:15:37 +0000 |
commit | 4c7590c646d79efffd366c0e23d62f11e9b0f117 (patch) | |
tree | 28aeb9738ae88682c5306081b4c05009179d5cc9 /Master/tlpkg/installer | |
parent | 29f2672508fe05e0f261bd27ee4fcd479f8201f2 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52833 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 138933f8eec..2250dc7e1b8 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,5 +1,8 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1 }, @@ -30,7 +33,6 @@ $mirrors = { 'https://mirror.unpad.ac.id/ctan/' => 1 }, 'Japan' => { - 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -115,8 +117,7 @@ $mirrors = { }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, - 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, - 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, |