summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:33:09 -0400
committerJames P. Harvey2018-10-13 18:33:09 -0400
commitcc7d173cc27cc184792d36b0216ca06ecc21464f (patch)
tree18cf0da422fbbecc9b2c3e14e7daf4f005c22d85 /PKGBUILD
parent263666cb9fc935846d99dd8a1c1a50bf56cc99a1 (diff)
downloadaur-cc7d173cc27cc184792d36b0216ca06ecc21464f.tar.gz
Upstream released 1.6.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8b1ec51e916..089a4b6a6502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.5.3
+pkgver=1.6.0
pkgrel=1
pkgdesc='OpenFabrics Alliance high performance fabric library tests using libfabric'
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libfabric' 'bash' 'ruby')
source=("https://github.com/ofiwg/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('f60cb95843ebf62e4eaa128e08ccdc7d')
+md5sums=('0441aa0aeda391b1bf1eb71250a4afbc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"