diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-03 01:23:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-03 01:23:15 +0000 |
commit | 5fc4d8142bde77451e56a8ebf0a2a227079639d4 (patch) | |
tree | e2d7d925ec108c02ecb46ab8e8ecc9d6a8919b2d | |
parent | fe6b8e9299d101a9be4f15b22985336bf33d1350 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49308 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5061d62fe84..1e9b1fe1d8d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -30,7 +30,6 @@ $mirrors = { '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 @@ -46,7 +45,6 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { - 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { @@ -111,6 +109,7 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { + 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.up.pt/pub/CTAN/' => 1 }, @@ -166,6 +165,9 @@ $mirrors = { } }, 'Oceania' => { + 'Australia' => { + 'http://mirror.aarnet.edu.au/pub/CTAN/' => 1 + }, 'New Zealand' => { 'http://mirror.aut.ac.nz/CTAN/' => 1 } |