diff options
author | Karl Berry <karl@freefriends.org> | 2018-07-29 00:24:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-07-29 00:24:00 +0000 |
commit | 89325776f468b10cf718d5bbd9cdb8ad11afa66d (patch) | |
tree | 011e63a218e6a47d8add5f8c52caa0bf56477973 /Master/tlpkg/installer | |
parent | d5a38bad2c25354275c5bd6deb228bd57a8c2518 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@48300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index d4d5c2c5800..81abccfdcd0 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,10 +27,12 @@ $mirrors = { }, 'Iran' => { 'http://ctan.asis.io/' => 1, + 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1, 'http://repo.iut.ac.ir/tex-archive/' => 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 @@ -157,6 +159,7 @@ $mirrors = { 'USA' => { 'http://ctan.math.illinois.edu/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, + 'http://ctan.mirrors.hoobly.com/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, @@ -166,12 +169,16 @@ $mirrors = { } }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } }, 'South America' => { 'Brazil' => { + 'http://linorg.usp.br/CTAN/' => 1, 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { |