Merge pull request #2823 from lazka/add-mirror-hit
pacman-mirrors: update
This commit is contained in:
commit
e3797f1570
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Ray Donnelly <mingwandroid@gmail.com>
|
# Maintainer: Ray Donnelly <mingwandroid@gmail.com>
|
||||||
|
|
||||||
pkgname=pacman-mirrors
|
pkgname=pacman-mirrors
|
||||||
pkgver=20211230
|
pkgver=20220126
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="MSYS2 mirror list for use by pacman"
|
pkgdesc="MSYS2 mirror list for use by pacman"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -9,8 +9,8 @@ url="https://www.msys2.org/dev/mirrors/"
|
|||||||
license=('GPL')
|
license=('GPL')
|
||||||
source=(mirrorlist.msys
|
source=(mirrorlist.msys
|
||||||
mirrorlist.mingw)
|
mirrorlist.mingw)
|
||||||
sha256sums=('10c5b31c78d4742760c5f03a1cc017ed23eeaaf7d2e7924f445544a07c4a9ab5'
|
sha256sums=('e1abce945289f9bd34be90616f9d63b86abd89f8fbd08ff050a73e09a4ede94e'
|
||||||
'2bb40246355bc210e57d64a27d2e0649db62e1c60bad670fb38ba74d932a2790')
|
'bca1c4c2cf634f521c3d1294cfa545cc5dfbef524e0e5d8e89180011ae0dd741')
|
||||||
backup=(
|
backup=(
|
||||||
'etc/pacman.d/mirrorlist.msys'
|
'etc/pacman.d/mirrorlist.msys'
|
||||||
'etc/pacman.d/mirrorlist.mingw'
|
'etc/pacman.d/mirrorlist.mingw'
|
||||||
|
|||||||
@ -20,6 +20,7 @@ Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/$repo/
|
|||||||
Server = https://mirrors.ustc.edu.cn/msys2/mingw/$repo/
|
Server = https://mirrors.ustc.edu.cn/msys2/mingw/$repo/
|
||||||
Server = https://mirror.nju.edu.cn/msys2/mingw/$repo/
|
Server = https://mirror.nju.edu.cn/msys2/mingw/$repo/
|
||||||
Server = https://repo.extreme-ix.org/msys2/mingw/$repo/
|
Server = https://repo.extreme-ix.org/msys2/mingw/$repo/
|
||||||
|
Server = https://mirrors.hit.edu.cn/msys2/mingw/$repo/
|
||||||
|
|
||||||
## Tier 2
|
## Tier 2
|
||||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$repo/
|
Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/$repo/
|
||||||
|
|||||||
@ -20,6 +20,7 @@ Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/$arch/
|
|||||||
Server = https://mirrors.ustc.edu.cn/msys2/msys/$arch/
|
Server = https://mirrors.ustc.edu.cn/msys2/msys/$arch/
|
||||||
Server = https://mirror.nju.edu.cn/msys2/msys/$arch/
|
Server = https://mirror.nju.edu.cn/msys2/msys/$arch/
|
||||||
Server = https://repo.extreme-ix.org/msys2/msys/$arch/
|
Server = https://repo.extreme-ix.org/msys2/msys/$arch/
|
||||||
|
Server = https://mirrors.hit.edu.cn/msys2/msys/$arch/
|
||||||
|
|
||||||
## Tier 2
|
## Tier 2
|
||||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/$arch/
|
Server = https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/$arch/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user