summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:44:29 -0400
committerJames P. Harvey2018-10-13 18:44:29 -0400
commitae83f1840dacbebf9df60b81b89bfa0fcc5c2364 (patch)
tree2575d8435c30b7495d8bc789ddb83233a3ea1ade
parent801124534c31e20c245e6db12aa550db385742b5 (diff)
downloadaur-ae83f1840dacbebf9df60b81b89bfa0fcc5c2364.tar.gz
Upstream released 4.4-0.5.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da6cee4461dd..aea9ae2f410f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perftest
pkgdesc = OpenFabrics Alliance Infiniband verbs performance testing and benchmarking tools
- pkgver = 4.4.0.4
+ pkgver = 4.4.0.5
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = perftest
depends = librdmacm
depends = libibumad
depends = bash
- source = https://github.com/linux-rdma/perftest/archive/v4.4-0.4.tar.gz
- md5sums = c57c6a59a5e43eb5954acc4a5aa7752d
+ source = https://github.com/linux-rdma/perftest/archive/v4.4-0.5.tar.gz
+ md5sums = f67583ff815360104653898a43f4e805
pkgname = perftest
diff --git a/PKGBUILD b/PKGBUILD
index a273ed296d13..9f1674c1a833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# * No namcap warnings or errors
pkgname=perftest
-pkgver=4.4.0.4
-_pkgver=4.4-0.4
+pkgver=4.4.0.5
+_pkgver=4.4-0.5
pkgrel=1
pkgdesc='OpenFabrics Alliance Infiniband verbs performance testing and benchmarking tools'
arch=('x86_64' 'i686')
@@ -11,7 +11,7 @@ url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('librdmacm' 'libibumad' 'bash')
source=("https://github.com/linux-rdma/${pkgname}/archive/v${_pkgver}.tar.gz")
-md5sums=('c57c6a59a5e43eb5954acc4a5aa7752d')
+md5sums=('f67583ff815360104653898a43f4e805')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"