diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-27 03:17:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-27 03:17:30 +0000 |
commit | 3d5aca1d4d25ac48082bc49a4e22c078b5df0df8 (patch) | |
tree | c88c5639b3ee8830520e4e23244457813865a467 /Master/tlpkg/installer | |
parent | 23f9c31cc1a1c28b15de573d167cb074e9f7b68f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42591 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 85a8ff8410b..87863956a41 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -33,6 +33,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 @@ -53,6 +56,9 @@ $mirrors = { 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 }, + 'Czech Republic' => { + 'http://ftp.cvut.cz/tex-archive/' => 1 + }, 'Denmark' => { 'http://mirrors.dotsrc.org/ctan/' => 1 }, @@ -83,8 +89,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, - 'http://ctan.triasinformatica.nl/' => 1, - 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 + 'http://ctan.triasinformatica.nl/' => 1 }, 'Norway' => { 'http://ctan.uib.no/' => 1 @@ -143,7 +148,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 } |