summarylogtreecommitdiffstats
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
parent3d7ba73dad40e5db20596c0d9a53bc000b0a8ebe (diff)
downloadaur-cc2bdf49e7666d8b0b3c7d37e797cd95e8b0b3fe.tar.gz
Upstream released 1.7.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0eeef175529..ae43646c785e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fabtests
pkgdesc = OpenFabrics Alliance high performance fabric library tests using libfabric
- pkgver = 1.7.1
+ pkgver = 1.7.2
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.1/fabtests-1.7.1.tar.gz
- sha256sums = f94bdbcc4f6453fa80ec2f21ac8bf583dc6332bac4f63f965d12ee78f310f89e
+ source = https://github.com/ofiwg/libfabric/releases/download/v1.7.2/fabtests-1.7.2.tar.gz
+ sha256sums = b09e176732adb01289144bbc2fd06ae9c3c9767ea5a2027ab4d9c44fd0164749
pkgname = fabtests
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}"