summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent61c066fd1363ce24a87b0da3673226fceb605fbe (diff)
downloadaur-9d1031b6110a6fc52947f9aeea7b6beccf9ca4f6.tar.gz
Upstream released 1.5.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"