summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames P. Harvey2019-06-19 20:48:05 -0400
committerJames P. Harvey2019-06-19 20:48:05 -0400
commitcc2bdf49e7666d8b0b3c7d37e797cd95e8b0b3fe (patch)
treeeebcba9f4bbcf867b6962a38a6927c37fa481a01 /PKGBUILD
parent3d7ba73dad40e5db20596c0d9a53bc000b0a8ebe (diff)
downloadaur-cc2bdf49e7666d8b0b3c7d37e797cd95e8b0b3fe.tar.gz
Upstream released 1.7.2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 161622316102..8a679e0c75d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
pkgname=fabtests
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc='OpenFabrics Alliance high performance fabric library tests using libfabric'
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'BSD')
depends=('libfabric' 'bash' 'ruby')
source=("https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('f94bdbcc4f6453fa80ec2f21ac8bf583dc6332bac4f63f965d12ee78f310f89e')
+sha256sums=('b09e176732adb01289144bbc2fd06ae9c3c9767ea5a2027ab4d9c44fd0164749')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"