summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 18:32:48 -0400
committerJames P. Harvey2018-10-13 18:32:48 -0400
commit9d1031b6110a6fc52947f9aeea7b6beccf9ca4f6 (patch)
tree385f3d4bf89a8273d350560377fe698fd5e3b571
parent61c066fd1363ce24a87b0da3673226fceb605fbe (diff)
downloadaur-9d1031b6110a6fc52947f9aeea7b6beccf9ca4f6.tar.gz
Upstream released 1.5.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 229226dc7b80..4f8fcd410a28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fabtests
pkgdesc = OpenFabrics Alliance high performance fabric library tests using libfabric
- pkgver = 1.4.2
+ pkgver = 1.5.0
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/fabtests/releases/download/v1.4.2/fabtests-1.4.2.tar.gz
- md5sums = 64ebba03ca43ad6cc3642d0c7c8cc3e3
+ source = https://github.com/ofiwg/fabtests/releases/download/v1.5.0/fabtests-1.5.0.tar.gz
+ md5sums = 1b6e51c2f727eb4b662262d609e3cd80
pkgname = fabtests
diff --git a/PKGBUILD b/PKGBUILD
index bd5d3ecd385e..cbdefe2c1d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.4.2
+pkgver=1.5.0
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=('64ebba03ca43ad6cc3642d0c7c8cc3e3')
+md5sums=('1b6e51c2f727eb4b662262d609e3cd80')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"