summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"