diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-08 02:19:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-08 02:19:46 +0000 |
commit | d089ec4f8a0b39f08c09467d5f04f899b6f21fa2 (patch) | |
tree | 2c85d0d85e3b176067acbbac487361c3398db286 /Master/tlpkg/installer | |
parent | d05e93ae4aa1f83e3e3796c622ffcca188972bff (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36231 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d92b53b63db..d83e94df3cd 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -62,6 +62,9 @@ $mirrors = { } }, 'Europe' => { + 'Austria' => { + 'http://mirror.klaus-uwe.me/ctan/' => 1 + }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 }, @@ -88,6 +91,7 @@ $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 }, @@ -98,6 +102,7 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { + 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { @@ -149,6 +154,7 @@ $mirrors = { 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, + 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, |