diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-04 23:38:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-04 23:38:23 +0000 |
commit | a7eab243fda97be00a6e30ced0cedd670d9046e5 (patch) | |
tree | 4cd24a8a4c68049b6a0bc1211c0c3f4941cd252b /Master/tlpkg | |
parent | b2c6a1df400245d3ea247830e293a03fa7784af1 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51321 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 1bf8c258f92..8c38eb71026 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 + } } }; |