diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-02 01:16:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-02 01:16:57 +0000 |
commit | 42379752889bddd9aa301be39d27562ad5a557a6 (patch) | |
tree | 29e4f9ce32334d23e9887e6210ba986c57274644 /Master | |
parent | eb7dd79946c49912625df3dc21d4727bf6c525d7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@42191 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 76a5acaeeef..d5d412ac578 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -95,6 +95,7 @@ $mirrors = { }, 'Netherlands' => { 'http://ctan.cs.uu.nl/' => 1, + 'http://ctan.triasinformatica.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { @@ -161,7 +162,8 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |