summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2016-01-30 17:06:14 -0500
committerJames Harvey2016-01-30 17:06:14 -0500
commit79027ee49f9610c9c71650b9d729d41902b8f7e4 (patch)
tree74fd9fffd12f558560803cd5660f13cd2ccedc15
parent2cc93ac137dbfed777d4ed9f15706f9141aa3089 (diff)
downloadaur-79027ee49f9610c9c71650b9d729d41902b8f7e4.tar.gz
Released v1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28539fd3a222..212f2559a28f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 01:21:08 UTC 2015
+# Sat Jan 30 22:05:54 UTC 2016
pkgbase = fabtests
pkgdesc = OpenFabrics Alliance high performance fabric library tests using libfabric
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = fabtests
depends = libfabric
depends = bash
depends = ruby
- source = https://www.openfabrics.org/downloads/ofi/fabtests-1.1.1.tar.gz
- md5sums = 3d847c37bfe362623cf223297ecb73a1
+ source = https://www.openfabrics.org/downloads/ofi/fabtests-1.2.0.tar.gz
+ md5sums = 81a662d53e44ba1cca04554572da4e63
pkgname = fabtests
diff --git a/PKGBUILD b/PKGBUILD
index 968ac9211d27..ad1312ab8dab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=fabtests
-pkgver=1.1.1
+pkgver=1.2.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://www.openfabrics.org/downloads/ofi/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3d847c37bfe362623cf223297ecb73a1')
+md5sums=('81a662d53e44ba1cca04554572da4e63')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"