diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-16 01:23:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-16 01:23:36 +0000 |
commit | 2e7f1c95f5b3db3e7972009f3b8b32eb90faa9c3 (patch) | |
tree | 1cb33e5f7057a6208b1efd823123627a8eb9e0a2 /Master/tlpkg/installer | |
parent | 212a5261adacaeaeae63f90a677d915f00a43b1a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 3c4ac8557a9..d1b22921906 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -6,7 +6,6 @@ $mirrors = { 'South Africa' => { 'http://ctan.mirror.ac.za/' => 1, 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1, - 'http://ftp.sun.ac.za/ftp/CTAN/' => 1, 'http://mirror.ufs.ac.za/ctan/' => 1 } }, @@ -177,6 +176,9 @@ $mirrors = { } }, 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1 + }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 } |