mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/rdma-core to 52.0-1
This commit is contained in:
parent
0ea5beff36
commit
e02d8ab6fc
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = rdma-core
|
||||
pkgdesc = RDMA core userspace libraries and daemons
|
||||
pkgver = 51.0
|
||||
pkgrel = 2
|
||||
pkgver = 52.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/linux-rdma/rdma-core
|
||||
arch = x86_64
|
||||
license = GPL-2.0-or-later OR LicenseRef-OpenIB.org-BSD-MIT
|
||||
|
@ -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/v51.0/rdma-core-51.0.tar.gz
|
||||
sha512sums = 28b01671c5878608e55780a701fc6de07c5369e3c1a64cacbc9ca4681c4e420e9df44bda410adbddda15e92dfde572917b720ea35599b0e97b43703ff5d1ae19
|
||||
source = https://github.com/linux-rdma/rdma-core/archive/v52.0/rdma-core-52.0.tar.gz
|
||||
sha512sums = aae49f8b30d96902e3bb49d74168061e1e318876460a713ca7758455a049770e1f15139583a8bb5112856c5843155afd352a9d3122a6525070b1fea2c1286eae
|
||||
|
||||
pkgname = rdma-core
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgname=rdma-core
|
||||
pkgdesc="RDMA core userspace libraries and daemons"
|
||||
pkgver=51.0
|
||||
pkgrel=2
|
||||
pkgver=52.0
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="https://github.com/linux-rdma/rdma-core"
|
||||
license=(
|
||||
|
@ -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=('28b01671c5878608e55780a701fc6de07c5369e3c1a64cacbc9ca4681c4e420e9df44bda410adbddda15e92dfde572917b720ea35599b0e97b43703ff5d1ae19')
|
||||
sha512sums=('aae49f8b30d96902e3bb49d74168061e1e318876460a713ca7758455a049770e1f15139583a8bb5112856c5843155afd352a9d3122a6525070b1fea2c1286eae')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue