Merge pull request #2755 from lazka/pacman-mirrors-update-2
pacman-mirrors: add mirrors.aliyun.com
This commit is contained in:
commit
b7d67a8e49
@ -1,7 +1,7 @@
|
||||
# Maintainer: Ray Donnelly <mingwandroid@gmail.com>
|
||||
|
||||
pkgname=pacman-mirrors
|
||||
pkgver=20211213
|
||||
pkgver=20211222
|
||||
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=('8e2383dfbc043ff7ec4d45d51ba0dd371ed363158b15f1162a81fecce8aa9958'
|
||||
'e72b4e293110c21970e22a37e9dbb0f555b74d334c879bfcade94589f46f8898')
|
||||
sha256sums=('729df15911a086d3fdb3266a6022d98294baf8e516e63319d6bc6b4b088aaf04'
|
||||
'33b4018cae86db6f3ced73f3dc5a6ccf0a5a37fa6ae2a4a1d65614c67dfec170')
|
||||
backup=(
|
||||
'etc/pacman.d/mirrorlist.msys'
|
||||
'etc/pacman.d/mirrorlist.mingw'
|
||||
|
||||
@ -32,3 +32,4 @@ Server = https://www2.futureware.at/~nickoe/msys2-mirror/mingw/$repo/
|
||||
Server = https://mirrors.sjtug.sjtu.edu.cn/msys2/mingw/$repo/
|
||||
Server = https://mirrors.bit.edu.cn/msys2/mingw/$repo/
|
||||
Server = https://repo.casualgamer.ca/mingw/$repo/
|
||||
Server = https://mirrors.aliyun.com/msys2/mingw/$repo/
|
||||
|
||||
@ -32,3 +32,4 @@ Server = https://www2.futureware.at/~nickoe/msys2-mirror/msys/$arch/
|
||||
Server = https://mirrors.sjtug.sjtu.edu.cn/msys2/msys/$arch/
|
||||
Server = https://mirrors.bit.edu.cn/msys2/msys/$arch/
|
||||
Server = https://repo.casualgamer.ca/msys/$arch/
|
||||
Server = https://mirrors.aliyun.com/msys2/msys/$arch/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user