summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-12 23:53:23 +0000
committerKarl Berry <karl@freefriends.org>2020-06-12 23:53:23 +0000
commitb5384e9512fd85f7bf685324cd55d27f809b33c4 (patch)
treee4616e5f3599e3e2e355853a6d9610d3fa0dab84 /Master/tlpkg/installer
parent2167b4775c42c707e5be61d2e4037a71c72d0846 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55532 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 1148afb7075..4d18ffed791 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -57,9 +57,6 @@ $mirrors = {
'Singapore' => {
'https://download.nus.edu.sg/mirror/ctan/' => 1,
},
- 'Taiwan' => {
- 'http://ftp.yzu.edu.tw/CTAN/' => 1,
- },
},
'Europe' => {
'Austria' => {
@@ -176,7 +173,6 @@ $mirrors = {
'http://ctan.math.utah.edu/ctan/tex-archive/' => 1,
'http://ctan.math.washington.edu/tex-archive/' => 1,
'http://ctan.mirrors.hoobly.com/' => 1,
- 'http://mirror.las.iastate.edu/tex-archive/' => 1,
'http://mirror.utexas.edu/ctan/' => 1,
'http://mirrors.concertpass.com/tex-archive/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
@@ -192,6 +188,9 @@ $mirrors = {
},
},
'South America' => {
+ 'Brazil' => {
+ 'http://linorg.usp.br/CTAN/' => 1,
+ },
'Chile' => {
'http://ctan.dcc.uchile.cl/' => 1,
},