mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/rdma-core to 53.0-1
This commit is contained in:
parent
e0e9273c5d
commit
671823cb4c
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = rdma-core
|
||||
pkgdesc = RDMA core userspace libraries and daemons
|
||||
pkgver = 52.0
|
||||
pkgver = 53.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/linux-rdma/rdma-core
|
||||
arch = x86_64
|
||||
|
@ -81,7 +81,7 @@ pkgbase = rdma-core
|
|||
replaces = srptools
|
||||
backup = etc/rdma/rdma.conf
|
||||
backup = etc/rdma/mlx4.conf
|
||||
source = https://github.com/linux-rdma/rdma-core/archive/v52.0/rdma-core-52.0.tar.gz
|
||||
sha512sums = aae49f8b30d96902e3bb49d74168061e1e318876460a713ca7758455a049770e1f15139583a8bb5112856c5843155afd352a9d3122a6525070b1fea2c1286eae
|
||||
source = https://github.com/linux-rdma/rdma-core/archive/v53.0/rdma-core-53.0.tar.gz
|
||||
sha512sums = 8a746c92d4bf16e634703a52113b357d9b9eb35a7c36a1dffbb9a92443098b133ceeae8bbe240723e5f7ad37908f01cab8a4875753f0964a54ed2972106cd069
|
||||
|
||||
pkgname = rdma-core
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=rdma-core
|
||||
pkgdesc="RDMA core userspace libraries and daemons"
|
||||
pkgver=52.0
|
||||
pkgver=53.0
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="https://github.com/linux-rdma/rdma-core"
|
||||
|
@ -66,7 +66,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=('aae49f8b30d96902e3bb49d74168061e1e318876460a713ca7758455a049770e1f15139583a8bb5112856c5843155afd352a9d3122a6525070b1fea2c1286eae')
|
||||
sha512sums=('8a746c92d4bf16e634703a52113b357d9b9eb35a7c36a1dffbb9a92443098b133ceeae8bbe240723e5f7ad37908f01cab8a4875753f0964a54ed2972106cd069')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue