summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:32:41 -0400
committerJames P. Harvey2018-10-13 18:32:41 -0400
commit61c066fd1363ce24a87b0da3673226fceb605fbe (patch)
tree86d79b611378dec6e4aff40ec658f5db189d407e /PKGBUILD
parent13f3e9074ef3c62c664bd3e1a589c587cddba6a2 (diff)
downloadaur-61c066fd1363ce24a87b0da3673226fceb605fbe.tar.gz
Upstream released 1.4.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3ef0bf8d9da..bd5d3ecd385e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.4.1
+pkgver=1.4.2
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=('1f350c8cf67967cc5600cd5ca9ab6c06')
+md5sums=('64ebba03ca43ad6cc3642d0c7c8cc3e3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"