diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-17 23:54:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-17 23:54:15 +0000 |
commit | 91fd1207349d043d19d4d72eeeed43b01487e921 (patch) | |
tree | 7f64bb26e3f25f41d5608696b8b77b66e4dba71d /Master/tlpkg | |
parent | b27624d3abb327e661e4f6a26351d4ae112a81d6 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@52425 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index c2823866128..ddc35018243 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,6 +32,7 @@ $mirrors = { 'https://mirror.unpad.ac.id/ctan/' => 1 }, 'Iran' => { + 'http://ctan.asis.ai/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { @@ -42,7 +43,6 @@ $mirrors = { }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, - 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1 }, @@ -126,9 +126,6 @@ $mirrors = { 'http://mirrors.up.pt/pub/CTAN/' => 1, 'https://ftp.eq.uc.pt/software/TeX/' => 1 }, - 'Romania' => { - 'http://mirrors.nxthost.com/ctan/' => 1 - }, 'Russia' => { 'http://ctan.altspu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1, @@ -183,5 +180,10 @@ $mirrors = { 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } + }, + 'South America' => { + 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1 + } } }; |