summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-12-16 03:01:53 +0000
committerNorbert Preining <norbert@preining.info>2019-12-16 03:01:53 +0000
commit37daa3ac1d4eccb1903a4d5001f50f0612f873e4 (patch)
tree501162509ef1957440b11804c34debc5710db10f /systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
parent6a10e5334a233fe321991967f0d9dfd930303a46 (diff)
CTAN sync 201912160301
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index ff70455717..fcc51b426a 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -29,11 +29,15 @@ $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,
'http://ftp.jaist.ac.jp/pub/CTAN/' => 1,
'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1
@@ -172,5 +176,10 @@ $mirrors = {
'New Zealand' => {
'http://mirror.aut.ac.nz/CTAN/' => 1
}
+ },
+ 'South America' => {
+ 'Brazil' => {
+ 'http://linorg.usp.br/CTAN/' => 1
+ }
}
};