diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-14 01:20:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-14 01:20:14 +0000 |
commit | c22f43f7cc22e84eff58c2fe8cde32027d06d7d2 (patch) | |
tree | eb4e48e17860b3d04023048fab5e1178d73b233a /Master | |
parent | 00b7a80118b5451d3b545795b0d993d92d9c6229 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35164 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5c5be1d6bc2..3c8e9cb6071 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -47,6 +47,7 @@ $mirrors = { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, @@ -98,8 +99,7 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, - 'http://ftp.uniRoma2.it/TeX/' => 1 + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, @@ -114,7 +114,6 @@ $mirrors = { 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 }, 'Portugal' => { - 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://ftp.eq.uc.pt/software/TeX/' => 1, 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 @@ -127,6 +126,9 @@ $mirrors = { 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, + 'Spain' => { + 'http://osl.ugr.es/CTAN/' => 1 + }, 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 }, |