summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:48:19 -0400
committerJames P. Harvey2018-10-13 18:48:19 -0400
commit346747998d466dd2204833f8a660535de0e69cf8 (patch)
treebbc6deaab0ec349ca9d92e027701ebc0256b96c1
parent858f7a21e66dd9dfc23d42f375ddd3d5ddd4a435 (diff)
downloadaur-346747998d466dd2204833f8a660535de0e69cf8.tar.gz
Upstream released 0.4.11.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06d0aaca4804..2a3ddfb37a73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qperf
pkgdesc = OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency
- pkgver = 0.4.10
+ pkgver = 0.4.11
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = qperf
license = custom:"Open Fabrics Alliance BSD"
depends = librdmacm
conflicts = qperf-nordma
- source = https://github.com/linux-rdma/qperf/archive/v0.4.10.tar.gz
- md5sums = b85c7ebb2e9078442a7de3c530517233
+ source = https://github.com/linux-rdma/qperf/archive/v0.4.11.tar.gz
+ md5sums = 8ef6f0c0124a4eee447f39479c62a992
pkgname = qperf
diff --git a/PKGBUILD b/PKGBUILD
index 155cb469adf9..68893531b879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# * qperf can be built without librdmacm/libibverbs, but then has no RDMA support, and only works over TCP/IP. See package qperf-nordma
pkgname=qperf
-pkgver=0.4.10
+pkgver=0.4.11
pkgrel=1
pkgdesc='OpenFabrics Alliance InfiniBand performance benchmark for bandwidth and latency'
# Works over TCP/IP and RDMA
@@ -13,7 +13,7 @@ license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('librdmacm')
conflicts=('qperf-nordma')
source=("https://github.com/linux-rdma/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('b85c7ebb2e9078442a7de3c530517233')
+md5sums=('8ef6f0c0124a4eee447f39479c62a992')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"