diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-08 01:23:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-08 01:23:12 +0000 |
commit | b2b012cfca5a5cd24589327c5fa743fcf9582928 (patch) | |
tree | ac16da04b432ffda18137dd15205fdd809a2c1ac /Master | |
parent | cb2d70950f3185167bdcd1eb4a72ba7ba09f96c7 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index f643b490711..fdc8a98ef5d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -26,10 +26,10 @@ $mirrors = { 'Iran' => { 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, + 'http://ctan.yazd.ac.ir/' => 1, 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { - 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -54,7 +54,8 @@ $mirrors = { }, 'Europe' => { 'Austria' => { - 'http://mirror.easyname.at/ctan/' => 1 + 'http://mirror.easyname.at/ctan/' => 1, + 'http://mirror.reismil.ch/CTAN/' => 1 }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 @@ -147,7 +148,8 @@ $mirrors = { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.colo-serv.net/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, - 'http://mirror.its.dal.ca/ctan/' => 1 + 'http://mirror.its.dal.ca/ctan/' => 1, + 'http://muug.ca/mirror/ctan/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 |