Merge pull request #2627 from lazka/add-nju-mirror

pacman-mirrors: add nju mirror
This commit is contained in:
Christoph Reiter
2021-09-02 06:54:57 +02:00
committed by GitHub
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Ray Donnelly <mingwandroid@gmail.com>
pkgname=pacman-mirrors
pkgver=20210706
pkgver=20210902
pkgrel=1
pkgdesc="MSYS2 mirror list for use by pacman"
arch=('any')
@@ -9,8 +9,8 @@ url="https://www.msys2.org/dev/mirrors/"
license=('GPL')
source=(mirrorlist.msys
mirrorlist.mingw)
sha256sums=('6961a99e50e933c6af99cabeca32250454a444b4353df0a98fb34c43272c9e25'
'32d82b82b05d55c660309aaefa1199d6eb6b7920aeaf8c04d39caa51885b7751')
sha256sums=('2b583115d62052f477d9df1d1b9a6b997e5c0e7fd01adecdd5e2b0f1467901d7'
'b5447503f69905b8cef5d3f04e1a0b69c74a925da0326e4838f78bfea4b9725d')
backup=(
'etc/pacman.d/mirrorlist.msys'
'etc/pacman.d/mirrorlist.mingw'

View File

@@ -17,6 +17,7 @@ Server = https://mirror.ufro.cl/msys2/mingw/$repo/
Server = https://mirrors.dotsrc.org/msys2/mingw/$repo/
Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/$repo/
Server = https://mirrors.ustc.edu.cn/msys2/mingw/$repo/
Server = https://mirror.nju.edu.cn/msys2/mingw/$repo/
## Tier 2
Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$repo/

View File

@@ -17,6 +17,7 @@ Server = https://mirror.ufro.cl/msys2/msys/$arch/
Server = https://mirrors.dotsrc.org/msys2/msys/$arch/
Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/$arch/
Server = https://mirrors.ustc.edu.cn/msys2/msys/$arch/
Server = https://mirror.nju.edu.cn/msys2/msys/$arch/
## Tier 2
Server = https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/$arch/