summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:44:25 -0400
committerJames P. Harvey2018-10-13 18:44:25 -0400
commit801124534c31e20c245e6db12aa550db385742b5 (patch)
tree09c11d961835721b9d5ecbb7950690e6d1c69e9d /PKGBUILD
parentfa814ee4f9a689c6eef3f16cc450fb2cdc0cf23d (diff)
downloadaur-801124534c31e20c245e6db12aa550db385742b5.tar.gz
Upstream released 4.4-0.4.
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}"