diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-11 01:19:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-11 01:19:37 +0000 |
commit | bcf0b683ce4ba5dcbf9b596d64744172c1353663 (patch) | |
tree | 89441421603d150a257642d63903777663ea0fbe /Master/tlpkg/installer | |
parent | 8132b419b90bfd114f45fd87067d2f2d74275288 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31412 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 211dbda0f5c..ffaa2702858 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -21,7 +21,8 @@ $mirrors = { 'http://kambing.ui.ac.id/ctan/' => 1 }, 'Iran' => { - 'http://ctan.yazd.ac.ir/' => 1 + 'http://ctan.yazd.ac.ir/' => 1, + 'http://ctan.yazduni.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -45,6 +46,9 @@ $mirrors = { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, + 'Singapore' => { + 'http://download.nus.edu.sg/mirror/CTAN/' => 1 + }, 'Taiwan' => { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1, @@ -139,7 +143,8 @@ $mirrors = { 'North America' => { 'Canada' => { 'http://ctan.mirror.rafal.ca/' => 1, - 'http://mirror.its.dal.ca/ctan/' => 1 + 'http://mirror.its.dal.ca/ctan/' => 1, + 'http://www.math.mun.ca/tex-archive/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 |