diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-01 02:20:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-01 02:20:22 +0000 |
commit | 51868532011ecfde4fe80ee1a2f7dc4b7329edae (patch) | |
tree | 6c5373ff7e1643aafe5d5e8b6e6427e4cca03657 | |
parent | a2f750fd7b765a959f6365ca550f3cb80c68a46b (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@24163 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0f323d54c89..6031b726cbb 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -32,7 +32,8 @@ $mirrors = { 'ftp://mirror.upm.edu.my/ctan/' => 1 }, 'Pakistan' => { - 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1 + 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, + 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, 'Singapore' => { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 |