diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-10 00:21:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-10 00:21:35 +0000 |
commit | 0ee21c4d393447e3a99b8b79ff4c5951949b92f6 (patch) | |
tree | 4fada0cead634d33e2cc39be2e823ee76618b6de | |
parent | cb25441105aed9eae98f932003b481e427508c76 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45260 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b439d24d4f0..ce943093683 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -1,8 +1,5 @@ $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, @@ -29,6 +26,7 @@ $mirrors = { }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, + 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { @@ -54,9 +52,6 @@ $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 }, @@ -97,8 +92,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' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, |