diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-01 02:36:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-01 02:36:25 +0000 |
commit | 91c72525a7809631530919e9f584b6deb31b3254 (patch) | |
tree | dd268a3017651e78852bc99dc617c74164a3c0f6 /Master | |
parent | a6c2f11d9b4afab2bb6e8c672fdd8572e9d7dff0 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@40816 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 6549b29b145..7147b94287b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -36,9 +36,6 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, - 'Malaysia' => { - 'http://ossm.utm.my/tex-archive/' => 1 - }, 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 }, @@ -113,6 +110,7 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/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 @@ -123,6 +121,9 @@ $mirrors = { 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1 }, + 'Slovenia' => { + 'http://ctan.ijs.si/tex-archive/' => 1 + }, 'Spain' => { 'http://osl.ugr.es/CTAN/' => 1 }, @@ -156,6 +157,7 @@ $mirrors = { 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, + 'http://mirrors.acm.jhu.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1 |