summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae9ccea9cdb4..7e9b970cf660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fabtests
pkgdesc = OpenFabrics Alliance high performance fabric library tests using libfabric
- pkgver = 1.5.3
+ pkgver = 1.6.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.5.3/fabtests-1.5.3.tar.gz
- md5sums = f60cb95843ebf62e4eaa128e08ccdc7d
+ source = https://github.com/ofiwg/fabtests/releases/download/v1.6.0/fabtests-1.6.0.tar.gz
+ md5sums = 0441aa0aeda391b1bf1eb71250a4afbc
pkgname = fabtests
diff --git a/PKGBUILD b/PKGBUILD
index a8b1ec51e916..089a4b6a6502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.5.3
+pkgver=1.6.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=('f60cb95843ebf62e4eaa128e08ccdc7d')
+md5sums=('0441aa0aeda391b1bf1eb71250a4afbc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"