summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-08-22 16:40:54 -0700
committerTrevor Bramble2017-08-22 16:40:54 -0700
commitd761d6bc28f68858ab7956ba3427f9d4ff688869 (patch)
tree2f709dcb209678698b7eb1164f17fed5247bbfe8
parentc3b13c7fa40ee4bc3f96f7b49b05360dacdd279a (diff)
downloadaur-d761d6bc28f68858ab7956ba3427f9d4ff688869.tar.gz
Update version: 0.30.1 → 0.30.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c873db7e0ef8..337ead835b49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 22 04:43:59 UTC 2017
+# Tue Aug 22 23:40:31 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.30.1
+ pkgver = 0.30.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.30.1-20170822014507-x86_64-linux.tar.gz
- sha256sums = d8a7fed28dd177f310f5a576c625efc88d65a1c65dc49d775debc364e0fee06a
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.30.2-20170822232349-x86_64-linux.tar.gz
+ sha256sums = 4140d930ca0d770dffcc7caaed74558667f1a6c81f80d9f797b69592d6bd4a36
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 66c403724bb6..6b47a2317e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.30.1
-_builddate=20170822014507
+pkgver=0.30.2
+_builddate=20170822232349
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=('d8a7fed28dd177f310f5a576c625efc88d65a1c65dc49d775debc364e0fee06a')
+sha256sums=('4140d930ca0d770dffcc7caaed74558667f1a6c81f80d9f797b69592d6bd4a36')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"