summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b97e45ec84d..a273ed296d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# * No namcap warnings or errors
pkgname=perftest
-pkgver=4.4.0.3
-_pkgver=4.4-0.3
+pkgver=4.4.0.4
+_pkgver=4.4-0.4
pkgrel=1
pkgdesc='OpenFabrics Alliance Infiniband verbs performance testing and benchmarking tools'
arch=('x86_64' 'i686')
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=('e5daa1f684db38e43b99c4560928e40b')
+source=("https://github.com/linux-rdma/${pkgname}/archive/v${_pkgver}.tar.gz")
+md5sums=('c57c6a59a5e43eb5954acc4a5aa7752d')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"