summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-22 00:54:06 +0000
committerKarl Berry <karl@freefriends.org>2019-11-22 00:54:06 +0000
commit4d251c1585708a66ebdec74139a6bf13049aa49c (patch)
tree71e50d41c4aafd4902e34c4ec606263693f809b6 /Master/tlpkg/installer/ctan-mirrors.pl
parentdeea7b8ca9923d3ab800575f2bf0c48b9349c0d3 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52882 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl14
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 2a36d74b0ee..e587a0f5773 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -7,6 +7,7 @@ $mirrors = {
'https://mirror.marwan.ma/ctan/' => 1
},
'South Africa' => {
+ '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
}
@@ -27,6 +28,13 @@ $mirrors = {
'http://ctan.imsc.res.in/' => 1,
'http://mirror.iopb.res.in/tex-archive/' => 1
},
+ 'Indonesia' => {
+ 'https://mirror.unpad.ac.id/ctan/' => 1
+ },
+ 'Iran' => {
+ 'http://ctan.asis.ai/' => 1,
+ 'http://ctan.yazd.ac.ir/' => 1
+ },
'Japan' => {
'ftp://ftp.kddilabs.jp/CTAN/' => 1,
'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1,
@@ -117,7 +125,6 @@ $mirrors = {
'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1
},
'Portugal' => {
- 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1,
'http://mirrors.up.pt/pub/CTAN/' => 1,
'https://ftp.eq.uc.pt/software/TeX/' => 1
},
@@ -175,5 +182,10 @@ $mirrors = {
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1
}
+ },
+ 'South America' => {
+ 'Brazil' => {
+ 'http://linorg.usp.br/CTAN/' => 1
+ }
}
};