summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:32:31 -0400
committerJames P. Harvey2018-10-13 18:32:31 -0400
commit13f3e9074ef3c62c664bd3e1a589c587cddba6a2 (patch)
treeaf496e9be7a8268bef47097035f1a041c1fe5a5f
parent98912d1f18ee788b9ac1b476db31b0098b49b592 (diff)
downloadaur-13f3e9074ef3c62c664bd3e1a589c587cddba6a2.tar.gz
Upstream released 1.4.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6e71da87139..d9ec6b8682e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Feb 15 05:44:13 UTC 2017
pkgbase = fabtests
pkgdesc = OpenFabrics Alliance high performance fabric library tests using libfabric
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
@@ -12,8 +10,8 @@ pkgbase = fabtests
depends = libfabric
depends = bash
depends = ruby
- source = https://github.com/ofiwg/fabtests/releases/download/v1.4.0/fabtests-1.4.0.tar.gz
- md5sums = d27e89fa653098492049483875e55b60
+ source = https://github.com/ofiwg/fabtests/releases/download/v1.4.1/fabtests-1.4.1.tar.gz
+ md5sums = 1f350c8cf67967cc5600cd5ca9ab6c06
pkgname = fabtests
diff --git a/PKGBUILD b/PKGBUILD
index 3b135cfd60a8..c3ef0bf8d9da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.4.0
+pkgver=1.4.1
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=('d27e89fa653098492049483875e55b60')
+md5sums=('1f350c8cf67967cc5600cd5ca9ab6c06')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"