diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-28 02:20:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-28 02:20:34 +0000 |
commit | 03d421b983e7a126a1c77573f7f8b96ecdb9db1f (patch) | |
tree | b846bf7b6b43a59a8ecd4a62b0646eff126c9787 /Master/tlpkg/installer | |
parent | 059e92db670ff32f388917099acc0b66d72645d1 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@24116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index b0252011463..89a89d2ae9f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -19,8 +19,7 @@ $mirrors = { 'Indonesia' => { 'http://ctan.cermin.lipi.go.id/' => 1, 'http://ftp.itb.ac.id/pub/CTAN/' => 1, - 'http://kambing.ui.ac.id/ctan/' => 1, - 'http://kebo.vlsm.org/CTAN/' => 1 + 'http://kambing.ui.ac.id/ctan/' => 1 }, 'Japan' => { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 @@ -98,6 +97,7 @@ $mirrors = { 'Russia' => { 'ftp://ftp.vsu.ru/pub/CTAN/' => 1, 'http://ctan.uni-altai.ru/' => 1, + 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Serbia and Montenegro' => { @@ -127,7 +127,6 @@ $mirrors = { 'http://mirror.its.uidaho.edu/pub/tex-archive/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, - 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.med.harvard.edu/ctan/' => 1 } }, @@ -135,7 +134,8 @@ $mirrors = { 'Brazil' => { 'http://ceres.cisc.usp.br/CTAN/' => 1, 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://mirror.softwarelivre.ufsc.br/pub/ctan/' => 1 }, 'Chile' => { 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |