summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-04-25 06:43:44 -0400
committerJames P. Harvey2019-04-25 06:43:44 -0400
commit3d7ba73dad40e5db20596c0d9a53bc000b0a8ebe (patch)
tree845cd0d54ae4214f740c43b6c009ae87f877ea8b
parentce6c9522438cd8f0e419e4c32b7c5444495b8505 (diff)
downloadaur-3d7ba73dad40e5db20596c0d9a53bc000b0a8ebe.tar.gz
Upstream released 1.7.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f86a7d89ee9..e0eeef175529 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fabtests
pkgdesc = OpenFabrics Alliance high performance fabric library tests using libfabric
- pkgver = 1.7.0
+ pkgver = 1.7.1
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = fabtests
depends = libfabric
depends = bash
depends = ruby
- source = https://github.com/ofiwg/libfabric/releases/download/v1.7.0/fabtests-1.7.0.tar.gz
- sha256sums = ebb4129dc69dc0e1f48310ce1abb96673d8ddb18166bc595312ebcb96e803de9
+ source = https://github.com/ofiwg/libfabric/releases/download/v1.7.1/fabtests-1.7.1.tar.gz
+ sha256sums = f94bdbcc4f6453fa80ec2f21ac8bf583dc6332bac4f63f965d12ee78f310f89e
pkgname = fabtests
diff --git a/PKGBUILD b/PKGBUILD
index b5f4082f17c7..161622316102 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
pkgname=fabtests
-pkgver=1.7.0
+pkgver=1.7.1
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=('ebb4129dc69dc0e1f48310ce1abb96673d8ddb18166bc595312ebcb96e803de9')
+sha256sums=('f94bdbcc4f6453fa80ec2f21ac8bf583dc6332bac4f63f965d12ee78f310f89e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"