diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-23 23:38:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-23 23:38:59 +0000 |
commit | aded975f18a76d5a96373b4940a60cd7838660a9 (patch) | |
tree | 85d2484d9896f07bda80286745cf20af0722fe2f /Master/tlpkg | |
parent | ea5b3951e382f704eb490c26458436acd5c83fee (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@51441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f346f1918b0..bfc6cf55367 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -40,6 +40,9 @@ $mirrors = { }, 'Philippines' => { 'http://mirror.pregi.net/tex-archive/' => 1 + }, + 'Taiwan' => { + 'http://ftp.yzu.edu.tw/CTAN/' => 1 } }, 'Europe' => { @@ -107,7 +110,8 @@ $mirrors = { }, 'Russia' => { 'http://ctan.altspu.ru/' => 1, - 'http://mirror.macomnet.net/pub/CTAN/' => 1 + 'http://mirror.macomnet.net/pub/CTAN/' => 1, + 'http://mirrors.mi.ras.ru/CTAN/' => 1 }, 'Serbia' => { 'http://ctan.mirror.ftn.uns.ac.rs/' => 1 |