diff options
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ce943093683..fd3666a41fd 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, @@ -52,6 +55,9 @@ $mirrors = { 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 }, + 'Czech Republic' => { + 'http://ftp.cvut.cz/tex-archive/' => 1 + }, 'Denmark' => { 'http://mirrors.dotsrc.org/ctan/' => 1 }, @@ -83,7 +89,6 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, - 'http://ctan.robertdegroot.nl/tex-archive/' => 1, 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, @@ -92,7 +97,8 @@ $mirrors = { }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, - 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, + 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, @@ -119,9 +125,6 @@ $mirrors = { 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, 'http://www.pirbot.com/mirrors/ctan/' => 1 - }, - 'UK' => { - 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 } }, 'North America' => { @@ -157,9 +160,6 @@ $mirrors = { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, 'http://repositorios.cpai.unb.br/ctan/' => 1 - }, - 'Chile' => { - 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 } } }; |