summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-07 20:25:57 -0500
committerJames P. Harvey2019-02-07 20:25:57 -0500
commitce6c9522438cd8f0e419e4c32b7c5444495b8505 (patch)
tree1e177d25bac94126f5f4e5469dfd40bc53bfd7c9
parent6c4772b6f0066c35d3194ae3618e324be97331d8 (diff)
downloadaur-ce6c9522438cd8f0e419e4c32b7c5444495b8505.tar.gz
Upstream released 1.7.0. Upstream repo merged into libfabric.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5f73aadf6e1..2f86a7d89ee9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fabtests
pkgdesc = OpenFabrics Alliance high performance fabric library tests using libfabric
- pkgver = 1.6.2
- pkgrel = 2
+ pkgver = 1.7.0
+ pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
arch = i686
@@ -10,8 +10,8 @@ pkgbase = fabtests
depends = libfabric
depends = bash
depends = ruby
- source = https://github.com/ofiwg/fabtests/releases/download/v1.6.2/fabtests-1.6.2.tar.gz
- sha256sums = 37405c6202f5b1aa81f8ea211237a2d87937f06254fa3ed44a9b69ac73b234e8
+ source = https://github.com/ofiwg/libfabric/releases/download/v1.7.0/fabtests-1.7.0.tar.gz
+ sha256sums = ebb4129dc69dc0e1f48310ce1abb96673d8ddb18166bc595312ebcb96e803de9
pkgname = fabtests
diff --git a/PKGBUILD b/PKGBUILD
index d435795421a3..b5f4082f17c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: James P. Harvey <jamespharvey20 at gmail dot com>
pkgname=fabtests
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc='OpenFabrics Alliance high performance fabric library tests using libfabric'
arch=('x86_64' 'i686')
url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'BSD')
depends=('libfabric' 'bash' 'ruby')
-source=("https://github.com/ofiwg/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('37405c6202f5b1aa81f8ea211237a2d87937f06254fa3ed44a9b69ac73b234e8')
+source=("https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('ebb4129dc69dc0e1f48310ce1abb96673d8ddb18166bc595312ebcb96e803de9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"