diff options
author | Karl Berry <karl@freefriends.org> | 2015-08-16 01:20:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-08-16 01:20:39 +0000 |
commit | c6d150f9fa1c6572bc3bed4d56dea98246208763 (patch) | |
tree | de49694604a7ca97bd674bbf80bd714bad3c038c /Master/tlpkg/installer | |
parent | f563a70e9a116338382ed2203bae03a84c629880 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38130 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-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 2cb6e446593..e284e9ee2c5 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -39,7 +39,7 @@ $mirrors = { }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, - 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -80,7 +80,6 @@ $mirrors = { 'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1, 'ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/' => 1, 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 1, - 'http://ctan.sciserv.eu/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, @@ -115,6 +114,9 @@ $mirrors = { 'Russia' => { 'http://ctan.uni-altai.ru/' => 1 }, + 'Serbia' => { + 'http://ctan.petarmaric.com/' => 1 + }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 }, |