diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-28 02:13:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-28 02:13:19 +0000 |
commit | 4abe9e363747e4431fa0e6762ead97c587376b86 (patch) | |
tree | 420f6d11d32451d72dc55382ef48ec90abc79ea4 /Master/tlpkg | |
parent | e659d951b01c7fe92321a62189f66eeac05cfed7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@50162 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b07760dcbca..5a06170c24c 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,7 +13,6 @@ $mirrors = { 'Asia' => { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, - 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.shu.edu.cn/CTAN/' => 1, @@ -32,6 +31,7 @@ $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 @@ -157,6 +157,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.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, |