diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-01 23:56:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-01 23:56:04 +0000 |
commit | 7205e2553993eb17bbd8dd5ae9c185cd4653de90 (patch) | |
tree | cf858fe6da4cb12a687eaac2cbd4d41e8c139fd2 /Master/tlpkg | |
parent | 91b5b46941c2170f5717ca186b28aec8261bd0cb (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5bc49a1c9e4..5281037d4f0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -34,6 +34,7 @@ $mirrors = { }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 }, @@ -162,5 +163,10 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } + }, + 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1 + } } }; |