diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-08 02:20:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-08 02:20:35 +0000 |
commit | 09d3333e84c6daeaa9d5b401ce96f471563f4e73 (patch) | |
tree | 6d09b542671eeb18773dc63fd33f8a546e82a335 /Master/tlpkg | |
parent | 27fc8a27012ce3ee91c8065cfe82a2d7b233014a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8e253bab224..583b8acf873 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -11,6 +11,7 @@ $mirrors = { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirrors.hustunique.com/CTAN/' => 1, + 'http://mirrors.stuhome.net/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -91,7 +92,6 @@ $mirrors = { 'http://ctan.sciserv.eu/' => 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.selfnet.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, @@ -175,8 +175,7 @@ $mirrors = { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 }, 'Colombia' => { - 'http://ctan.uniminuto.edu/' => 1, - 'http://www.laqee.unal.edu.co/tex-archive/' => 1 + 'http://ctan.uniminuto.edu/' => 1 } } }; |