summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-09-22 20:00:25 -0700
committerTrevor Bramble2017-09-22 20:00:25 -0700
commit247398c4b41b4621ce853f72d0c61c41b1cd879e (patch)
tree76556767f6ed35963ffa576367f7321648fd5226
parente076c340058f980608887dccb8fb07a2a21f6a67 (diff)
downloadaur-247398c4b41b4621ce853f72d0c61c41b1cd879e.tar.gz
Update version: 0.32.0 → 0.33.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f014f09e0399..e40ec8320539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 19 17:43:46 UTC 2017
+# Sat Sep 23 02:59:41 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.32.0
+ pkgver = 0.33.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.32.0-20170918224903-x86_64-linux.tar.gz
- sha256sums = 24a2610e58491bd9b67b3dd40ed4f265c3cbf88044899c92f4f5e8393e07c7a8
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.33.0-20170922230356-x86_64-linux.tar.gz
+ sha256sums = 32b87621f6da4723d73783aca6540cdc2cd75b7c8d976b17db4c3cc0a91d81b8
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5506a9790401..53274740156f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.32.0
-_builddate=20170918224903
+pkgver=0.33.0
+_builddate=20170922230356
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=('24a2610e58491bd9b67b3dd40ed4f265c3cbf88044899c92f4f5e8393e07c7a8')
+sha256sums=('32b87621f6da4723d73783aca6540cdc2cd75b7c8d976b17db4c3cc0a91d81b8')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"