summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-09-19 10:43:56 -0700
committerTrevor Bramble2017-09-19 10:43:56 -0700
commite076c340058f980608887dccb8fb07a2a21f6a67 (patch)
tree97730a84ea87711e35c3f00540fe503337f9483e
parentf7bf048a24ef65dcc66e4ba5fd289a3ac2168a03 (diff)
downloadaur-e076c340058f980608887dccb8fb07a2a21f6a67.tar.gz
Update version: 0.31.0 → 0.32.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93f6d57be4a4..f014f09e0399 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 05:27:37 UTC 2017
+# Tue Sep 19 17:43:46 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.31.0
+ pkgver = 0.32.0
pkgrel = 1
url = https://www.habitat.sh/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = habitat-bin
provides = habitat
conflicts = habitat
conflicts = habitat-git
- source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.31.0-20170907232530-x86_64-linux.tar.gz
- sha256sums = fd8d216ca6b991b8c7d0150621ce120387be3b5eab18b8c2e0c9fa05a18b6a6b
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.32.0-20170918224903-x86_64-linux.tar.gz
+ sha256sums = 24a2610e58491bd9b67b3dd40ed4f265c3cbf88044899c92f4f5e8393e07c7a8
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e8ebf81c227..5506a9790401 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.31.0
-_builddate=20170907232530
+pkgver=0.32.0
+_builddate=20170918224903
pkgrel=1
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache')
provides=('habitat')
conflicts=('habitat' 'habitat-git')
source=("https://dl.bintray.com/habitat/stable/linux/${arch}/hab-${pkgver}-${_builddate}-${arch}-linux.tar.gz")
-sha256sums=('fd8d216ca6b991b8c7d0150621ce120387be3b5eab18b8c2e0c9fa05a18b6a6b')
+sha256sums=('24a2610e58491bd9b67b3dd40ed4f265c3cbf88044899c92f4f5e8393e07c7a8')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"