diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-20 00:54:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-20 00:54:38 +0000 |
commit | 19417f2915d650b6e15f34e42a93212edeed4486 (patch) | |
tree | 5770d94e29dc448852fff60a2e05c1becd77f525 /Master/tlpkg/installer | |
parent | 7657b94c039e046a948e948dd92ed2da67bf6642 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@53463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f51ca934481..9d365f04736 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,11 +38,11 @@ $mirrors = { '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 }, 'Korea' => { 'http://ftp.harukasan.org/CTAN/' => 1, + 'http://ftp.ktug.org/tex-archive/' => 1, 'http://mirror.navercorp.com/CTAN/' => 1, 'http://mirror.yongbok.net/ctan/' => 1 }, @@ -120,7 +120,8 @@ $mirrors = { }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, - 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, + 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { 'http://mirrors.up.pt/pub/CTAN/' => 1, |