pacman-mirrors: Fix sourceforge mirror, avoid redirection
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=pacman-mirrors
|
||||
pkgver=20180604
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="MSYS2 mirror list for use by pacman"
|
||||
arch=('any')
|
||||
url="https://msys2.sourceforge.io/"
|
||||
@@ -11,9 +11,9 @@ groups=('base')
|
||||
source=(mirrorlist.msys
|
||||
mirrorlist.mingw32
|
||||
mirrorlist.mingw64)
|
||||
sha256sums=('6df943fa0ee67fb7c7bbf9533aeaff165e70eecd0c1a2e32f193a662c88ade09'
|
||||
'86d6cd64797e28d0ccda0bbdf1ea722582237141c7b84ed22ce18c93208abc9c'
|
||||
'af55f1594efa154ab5211cd61856013a1502f9c8c81acdef76c3f02f616768d4')
|
||||
sha256sums=('0041bc0b15f5ea81ed40266eccc6b2d878e7d0f10eb4070cc3cef0f1ea358f87'
|
||||
'36fcf57db8f72972eca89801d15f3b13a34743782672547c7f6e8898d4ecdf65'
|
||||
'ef2724d1308461e72d3c01645910247af1e4cc808a723fe7f1a3f7fcdb15508c')
|
||||
|
||||
package() {
|
||||
mkdir -p ${pkgdir}/etc/pacman.d
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
## Primary
|
||||
## msys2.org
|
||||
Server = http://repo.msys2.org/mingw/i686
|
||||
Server = https://downloads.sourceforge.net/project/msys2/REPOS/MINGW/i686
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/mingw/i686
|
||||
Server = http://repo.msys2.org/mingw/i686/
|
||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/mingw/i686/
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/mingw/i686/
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
## Primary
|
||||
## msys2.org
|
||||
Server = http://repo.msys2.org/mingw/x86_64
|
||||
Server = https://downloads.sourceforge.net/project/msys2/REPOS/MINGW/x86_64
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/mingw/x86_64
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/mingw/x86_64
|
||||
Server = http://repo.msys2.org/mingw/x86_64/
|
||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/mingw/x86_64/
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/mingw/x86_64/
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
## Primary
|
||||
## msys2.org
|
||||
Server = http://repo.msys2.org/msys/$arch
|
||||
Server = https://downloads.sourceforge.net/project/msys2/REPOS/MSYS2/$arch
|
||||
Server = http://repo.msys2.org/msys/$arch/
|
||||
Server = https://sourceforge.net/projects/msys2/files/REPOS/MSYS2/$arch/
|
||||
Server = http://www2.futureware.at/~nickoe/msys2-mirror/msys/$arch/
|
||||
Server = https://mirror.yandex.ru/mirrors/msys2/msys/$arch/
|
||||
|
||||
Reference in New Issue
Block a user