diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-26 01:23:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-26 01:23:50 +0000 |
commit | feaa0906fc851cffb7d9b16f80202ce6e7a8b06e (patch) | |
tree | e9983dfffe07b42da327513d597b0c520bf989d3 /Master/tlpkg/installer | |
parent | 5acca09b0c963b569327de636b734f00f90be7f7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49822 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 8e2bf351348..b4aab0f22df 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 + }, 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, @@ -45,7 +48,8 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1 + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, + 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { 'http://mirror.kku.ac.th/CTAN/' => 1 @@ -110,7 +114,6 @@ $mirrors = { }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, - 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, 'Romania' => { |