diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-17 00:21:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-17 00:21:35 +0000 |
commit | 8c77a892f0946519f66c6a6a9198809a02450673 (patch) | |
tree | a9d54cc1113bf3e1b5fec196f2c81f6a8534e6da /Master/tlpkg/installer | |
parent | 769aaa1c558b9bf2ca32b06dcc1c1f6433257482 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 } } }; |