summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2016-07-21 18:38:03 -0400
committerJames Harvey2016-07-21 18:38:03 -0400
commit1b658fb2c0762d0f2ed59bde70d0bcb879cd6790 (patch)
treea61202eb5a58f65fdc528a6fedd59fee716e80a8
parent1cf032b21b22b00e538d1f38eff2b8ab55c7033a (diff)
downloadaur-1b658fb2c0762d0f2ed59bde70d0bcb879cd6790.tar.gz
Upstream released 0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 695b440a8e17..cc440df2274a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 9 04:59:53 UTC 2016
+# Thu Jul 21 22:37:54 UTC 2016
pkgbase = ibsim
pkgdesc = OpenFabrics Alliance InfiniBand simulator utilities
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
url = https://www.openfabrics.org/index.php/overview.html
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = ibsim
license = custom:"Open Fabrics Alliance BSD"
depends = libibmad
depends = bash
- source = https://www.openfabrics.org/downloads/management/ibsim-0.6.tar.gz
- md5sums = d08e196d980e7c88066b3e5e25bf5432
+ source = https://www.openfabrics.org/downloads/management/ibsim-0.7.tar.gz
+ md5sums = 7ff8756f222799d042f7309777cc711d
pkgname = ibsim
diff --git a/PKGBUILD b/PKGBUILD
index bc7f721b1f4b..429cc81cb9a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# * No namcap warnings or errors
pkgname=ibsim
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc='OpenFabrics Alliance InfiniBand simulator utilities'
# Simulates InfiniBand fabric, which can be used by any libibumad based application
@@ -12,7 +12,7 @@ url='https://www.openfabrics.org/index.php/overview.html'
license=('GPL2' 'custom:"Open Fabrics Alliance BSD"')
depends=('libibmad' 'bash')
source=("https://www.openfabrics.org/downloads/management/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d08e196d980e7c88066b3e5e25bf5432')
+md5sums=('7ff8756f222799d042f7309777cc711d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"