summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-05-31 17:39:24 -0700
committerTrevor Bramble2018-05-31 17:39:24 -0700
commit451725337f7c9abff12fd8fe61d1b9f6efd93573 (patch)
tree97661f220411d391002c4bc5da7196dd47672dbf
parentd98e317716dec14ebcffad22fb0cd0fb9408a63d (diff)
downloadaur-451725337f7c9abff12fd8fe61d1b9f6efd93573.tar.gz
Update version: 0.55.0 → 0.56.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86132ddfc250..2df7de826687 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 29 20:11:23 UTC 2018
+# Fri Jun 1 00:39:02 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.55.0
+ pkgver = 0.56.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.55.0-20180321220925-x86_64-linux.tar.gz
- sha256sums = 33973dc89a5437edde49bd0cb14c34914460f2c7f88ddc7fd6867ab32273e957
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.56.0-20180530234036-x86_64-linux.tar.gz
+ sha256sums = 0ffae560cea8bfe8615f5b9c8b3ac2fe38292e055f13e34f175ddb18a2f7731a
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index fe9f588f5898..2f17b892c76a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.55.0
-_builddate=20180321220925
+pkgver=0.56.0
+_builddate=20180530234036
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=('6696b8ea665c3b62dfe450b387ac7fe4c5a420e70a711d57dc83d504fe68726f')
+sha256sums=('0ffae560cea8bfe8615f5b9c8b3ac2fe38292e055f13e34f175ddb18a2f7731a')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"