summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent858f7a21e66dd9dfc23d42f375ddd3d5ddd4a435 (diff)
downloadaur-346747998d466dd2204833f8a660535de0e69cf8.tar.gz
Upstream released 0.4.11.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"