summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index b03c54da4b1..69129c0a44f 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -111,10 +111,10 @@ $mirrors = {
'Portugal' => {
'ftp://ftp.di.uminho.pt/pub/ctan/' => 1,
'ftp://ftp.ist.utl.pt/pub/ctan/' => 1,
- 'http://ftp.eq.uc.pt/software/TeX/' => 1
+ 'http://ftp.eq.uc.pt/software/TeX/' => 1,
+ 'http://mirrors.fe.up.pt/pub/CTAN/' => 1
},
'Russia' => {
- 'http://ctan.uni-altai.ru/' => 1,
'http://ctan.usu.ru/' => 1,
'http://mirror.macomnet.net/pub/CTAN/' => 1,
'http://mirrors.nlab.su/ctan/' => 1
@@ -163,6 +163,9 @@ $mirrors = {
'Brazil' => {
'http://linorg.usp.br/CTAN/' => 1
},
+ 'Chile' => {
+ 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1
+ },
'Colombia' => {
'http://www.laqee.unal.edu.co/tex-archive/' => 1
}