diff options
author | Karl Berry <karl@freefriends.org> | 2018-12-11 01:23:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-12-11 01:23:32 +0000 |
commit | 14ff425efd73db1c76001525d5e0add6e7f30cb2 (patch) | |
tree | 9f86f5fadac3682c5a029a2980e274ef79d12d53 /Master/tlpkg | |
parent | 1b1a027c12510f45263ab0a878324c5611f1f06f (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49382 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 a8c7244375d..7262bebf110 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,9 +13,9 @@ $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, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, @@ -109,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 }, |