diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-20 23:53:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-20 23:53:23 +0000 |
commit | 4f53d8857bdcc4b51c73d670dbca663aba773067 (patch) | |
tree | a2944e6fc32a947a7240329cd0175711a4e20931 /Master/tlpkg/installer | |
parent | ccb8fb2504cfe725c9c2b1c4bc8c37ccb7d39338 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a4729024402..7e0e7f9fa4c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -164,5 +164,10 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } + }, + 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1 + } } }; |