diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-05 00:53:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-05 00:53:20 +0000 |
commit | f0f80577947cccf2ff2c0d1dc498c40efc99718a (patch) | |
tree | 792741f36896adbc5ff9e34120e40035de096231 /Master/tlpkg | |
parent | 08ec2f2dd640c3aed121346a3767e9683b00247b (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5ba3c5661d2..c73aaeb4e19 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,9 +1,13 @@ $mirrors = { 'Africa' => { + 'Algeria' => { + 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1 + }, 'Morocco' => { 'https://mirror.marwan.ma/ctan/' => 1 }, 'South Africa' => { + '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 } @@ -51,7 +55,7 @@ $mirrors = { 'https://download.nus.edu.sg/mirror/ctan/' => 1 }, 'Taiwan' => { - 'http://ftp.yzu.edu.tw/CTAN/' => 1 + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1 } }, 'Europe' => { @@ -178,5 +182,10 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } + }, + 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1 + } } }; |