summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-09-25 09:54:17 -0700
committerTrevor Bramble2017-09-25 09:54:17 -0700
commit6b7f71bb88a750d56a847405b8b624a8a9d8ba9c (patch)
tree25599bf4abab70daa7bbb0823ba4991f2c8298f6
parent247398c4b41b4621ce853f72d0c61c41b1cd879e (diff)
downloadaur-6b7f71bb88a750d56a847405b8b624a8a9d8ba9c.tar.gz
Update version: 0.33.0 → 0.33.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e40ec8320539..a70423e676b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 23 02:59:41 UTC 2017
+# Mon Sep 25 16:53:02 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.33.0
+ pkgver = 0.33.2
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.33.0-20170922230356-x86_64-linux.tar.gz
- sha256sums = 32b87621f6da4723d73783aca6540cdc2cd75b7c8d976b17db4c3cc0a91d81b8
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.33.2-20170925045915-x86_64-linux.tar.gz
+ sha256sums = 870161beb5caadf45cdd480effe52795321151e5ffea8991f0e2cd635555bb94
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 53274740156f..57fb8cf74165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.33.0
-_builddate=20170922230356
+pkgver=0.33.2
+_builddate=20170925045915
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=('32b87621f6da4723d73783aca6540cdc2cd75b7c8d976b17db4c3cc0a91d81b8')
+sha256sums=('870161beb5caadf45cdd480effe52795321151e5ffea8991f0e2cd635555bb94')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"