diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-22 23:53:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-22 23:53:33 +0000 |
commit | fde582cd71a13f19329d507510d957e6bcfd28c0 (patch) | |
tree | dbe1f8b24b3dc74a34257c9917013031f5ee60d5 /Master | |
parent | d609b6d5a37f374ed897fdb2d8a8760ef25cea79 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@55632 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 762379f4eae..91a22ec1680 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -21,6 +21,7 @@ $mirrors = { 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, + 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, }, 'Hong Kong' => { 'https://mirror-hk.koddos.net/CTAN/' => 1, @@ -123,6 +124,9 @@ $mirrors = { 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1, 'http://mirror.koddos.net/CTAN/' => 1, }, + 'Norway' => { + 'http://ctan.uib.no/' => 1, + }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, 'http://sunsite.icm.edu.pl/pub/CTAN/' => 1, @@ -173,6 +177,7 @@ $mirrors = { 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, + 'http://mirror.las.iastate.edu/tex-archive/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, 'http://mirrors.concertpass.com/tex-archive/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, |