mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/rdma-core to 50.0-1
This commit is contained in:
parent
95e93eb6ea
commit
55a0a46468
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = rdma-core
|
||||
pkgdesc = RDMA core userspace libraries and daemons
|
||||
pkgver = 49.0
|
||||
pkgver = 50.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/linux-rdma/rdma-core
|
||||
arch = x86_64
|
||||
|
@ -73,8 +73,8 @@ pkgbase = rdma-core
|
|||
replaces = libibmad
|
||||
backup = etc/rdma/rdma.conf
|
||||
backup = etc/rdma/mlx4.conf
|
||||
source = https://github.com/linux-rdma/rdma-core/archive/v49.0/rdma-core-49.0.tar.gz
|
||||
source = https://github.com/linux-rdma/rdma-core/archive/v50.0/rdma-core-50.0.tar.gz
|
||||
validpgpkeys = 42D25385C1A1C02B8B1B1C6F801BDDB825988F64
|
||||
sha512sums = 2da35b489d6a82776dceac4b067a7a9f931b6c4737a205f522616fa028c74c10c098195d6843970ffeb22c8b416975bcfcd11d53a60ff855653624673f1d498a
|
||||
sha512sums = 7558803f0ab0dfd22cda45c58577c53cbfbd8a359fd9eb3691693631e03f3e83191823d00d2c5d3862aa3bd848a9b4d7bff8da45f04171be86cced147b4ea4ac
|
||||
|
||||
pkgname = rdma-core
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=rdma-core
|
||||
pkgdesc='RDMA core userspace libraries and daemons'
|
||||
pkgver=49.0
|
||||
pkgver=50.0
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://github.com/linux-rdma/rdma-core"
|
||||
|
@ -21,7 +21,7 @@ conflicts=("${_provides[@]}")
|
|||
replaces=("${_provides[@]}")
|
||||
backup=(etc/rdma/{rdma.conf,mlx4.conf})
|
||||
source=("https://github.com/linux-rdma/rdma-core/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha512sums=('2da35b489d6a82776dceac4b067a7a9f931b6c4737a205f522616fa028c74c10c098195d6843970ffeb22c8b416975bcfcd11d53a60ff855653624673f1d498a')
|
||||
sha512sums=('7558803f0ab0dfd22cda45c58577c53cbfbd8a359fd9eb3691693631e03f3e83191823d00d2c5d3862aa3bd848a9b4d7bff8da45f04171be86cced147b4ea4ac')
|
||||
validpgpkeys=('42D25385C1A1C02B8B1B1C6F801BDDB825988F64') # nicolas@morey-chaisemartin.com
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue