diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-03 00:54:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-03 00:54:33 +0000 |
commit | a205aa5923f85096449cfed612c4b0150edc9b16 (patch) | |
tree | ec3c088829aaa4166b24b16e7218a6088d46b841 /Master/tlpkg | |
parent | 0dbad67b442b42253225614f2583f9d9e39e36dd (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f5f4f114ebc..bd35455b59f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -3,6 +3,9 @@ $mirrors = { '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, @@ -45,6 +48,9 @@ $mirrors = { 'http://mirror.navercorp.com/CTAN/' => 1, 'http://mirror.yongbok.net/ctan/' => 1 }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1 + }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1 }, @@ -115,8 +121,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' => { 'http://mirrors.up.pt/pub/CTAN/' => 1, @@ -126,6 +131,7 @@ $mirrors = { 'http://mirrors.nxthost.com/ctan/' => 1 }, 'Russia' => { + 'http://ctan.altspu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.mi.ras.ru/CTAN/' => 1 }, @@ -175,10 +181,5 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } - }, - 'South America' => { - 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 - } } }; |