diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-15 02:17:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-15 02:17:06 +0000 |
commit | 20b1911f6869042d261785004ba62d8f0c8a3bbd (patch) | |
tree | 9b27aa1394266200a27a0cc6df27a56197daf8de /Master | |
parent | cd7fe96427fdbb1c55ee2716e490cc4fcbe3473a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38852 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-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 006a40f806b..fb3fa82a279 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,6 +27,7 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, @@ -95,7 +96,6 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { - 'http://ctan.cs.uu.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { @@ -160,7 +160,8 @@ $mirrors = { }, 'South America' => { 'Brazil' => { - 'http://linorg.usp.br/CTAN/' => 1 + 'http://linorg.usp.br/CTAN/' => 1, + 'http://repositorios.cpai.unb.br/ctan/' => 1 }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |