diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-23 00:24:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-23 00:24:18 +0000 |
commit | 3480552c853209937d91e4587dd3fe70219d2e26 (patch) | |
tree | 7d03bd52d4276cf6d4b58c5c529748acdf860153 /Master | |
parent | bcaf3f877431e79b9f4216efc0ca6c0d0e800920 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@48741 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 827a38d0334..9e78c548afc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -14,7 +14,6 @@ $mirrors = { 'China' => { 'http://mirror.lzu.edu.cn/CTAN/' => 1, 'http://mirrors.cqu.edu.cn/CTAN/' => 1, - 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, 'http://mirrors.shu.edu.cn/CTAN/' => 1, 'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1, @@ -28,6 +27,7 @@ $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' => { @@ -112,7 +112,8 @@ $mirrors = { 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { - 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1 + 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, + 'http://mirrors.up.pt/pub/CTAN/' => 1 }, 'Romania' => { 'http://mirrors.nxthost.com/ctan/' => 1 |