diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-03 00:21:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-03 00:21:23 +0000 |
commit | c66d98927c51070d537ce85dc449c4b53c56fc92 (patch) | |
tree | 6f8323fdab266205fb2b5750157ebb8de32cb600 /Master/tlpkg | |
parent | 763736939ee778c0a8c95db2c32000d21f4c135d (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@45205 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 99bb5adb68b..b439d24d4f0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -29,7 +29,6 @@ $mirrors = { }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, - 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { @@ -37,6 +36,9 @@ $mirrors = { 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, + 'Philippines' => { + 'http://mirror.pregi.net/tex-archive/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 @@ -75,6 +77,7 @@ $mirrors = { 'http://babyname.tips/mirrors/ctan/' => 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://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { @@ -85,6 +88,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, + 'http://ctan.robertdegroot.nl/tex-archive/' => 1, 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, @@ -106,6 +110,9 @@ $mirrors = { 'http://mirror.macomnet.net/pub/CTAN/' => 1, 'http://mirrors.mi.ras.ru/CTAN/' => 1 }, + 'Serbia' => { + 'http://ctan.mirror.ftn.uns.ac.rs/' => 1 + }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, |