diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-21 02:17:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-21 02:17:17 +0000 |
commit | e7e1a306a03d2b56c601a0ff24896a8d0bcc6f2e (patch) | |
tree | 3893a4f1bbe23590ffb69c434938ba1e4c0337b4 /Master/tlpkg/installer | |
parent | 98e6eed4cb9bfcd7ea1185dd92e51f179c234d6e (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@39806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d9935a45cb8..7cc6f9cb955 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -37,9 +37,6 @@ $mirrors = { 'Malaysia' => { 'http://ossm.utm.my/tex-archive/' => 1 }, - 'Philippines' => { - 'http://mirror.pregi.net/tex-archive/' => 1 - }, 'Singapore' => { 'http://download.nus.edu.sg/mirror/ctan/' => 1 }, @@ -86,9 +83,9 @@ $mirrors = { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, - 'http://ctan.127001.ovh/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, + 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.unicorncloud.org/CTAN/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, @@ -111,6 +108,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 @@ -118,6 +116,9 @@ $mirrors = { 'Russia' => { 'http://ctan.uni-altai.ru/' => 1 }, + 'Serbia' => { + 'http://ctan.mirror.ftn.uns.ac.rs/' => 1 + }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, @@ -164,8 +165,7 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, - 'http://repositorios.cpai.unb.br/ctan/' => 1, - 'http://www.lasca.ic.unicamp.br/pub/ctan/' => 1 + 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |