summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-27 18:01:15 +0000
committerKarl Berry <karl@freefriends.org>2020-03-27 18:01:15 +0000
commitfc18b20e99383e7ec65d47839e7763f74508d847 (patch)
tree110a07058e0869b6cf263906231e94321e4d8ad7 /Master/tlpkg/installer
parent800ba8c247a36cc7b28181c8bbe40e6265956f0d (diff)
tl-update-ctan-mirrors: rewrite to avoid losing last entry; add -v option; update mirror list
git-svn-id: svn://tug.org/texlive/trunk@54581 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index c6a9ea9782a..33d15794e6c 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -166,6 +166,7 @@ $mirrors = {
},
'USA' => {
'http://ctan.math.illinois.edu/' => 1,
+ '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,
@@ -186,6 +187,9 @@ $mirrors = {
'South America' => {
'Brazil' => {
'http://linorg.usp.br/CTAN/' => 1
+ },
+ 'Chile' => {
+ 'http://ctan.dcc.uchile.cl/' => 1
}
}
};