summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-10-18 11:49:07 -0700
committerTrevor Bramble2017-10-18 11:49:07 -0700
commitd6f2d9c573a04c0cf91e19d149c3ce5206cc5de3 (patch)
tree7ca87f288a7cb3cedd1690f50a26c089cf2d3bdd
parent4ec4882a5a87d7c31614c862a663849a5b928ddc (diff)
downloadaur-d6f2d9c573a04c0cf91e19d149c3ce5206cc5de3.tar.gz
Update version: 0.36.0 → 0.37.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d2be8359412..32bd792cc8e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 10 00:50:27 UTC 2017
+# Wed Oct 18 18:05:04 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.36.0
+ pkgver = 0.37.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.36.0-20171009054209-x86_64-linux.tar.gz
- sha256sums = 93676090aabf42ec2f6c40b7f68e2382baa96a70221a9d47f09671bc777746a1
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.37.0-20171018021544-x86_64-linux.tar.gz
+ sha256sums = 86b7bcc96fe3b6841531d7d858bdb3212f40ebab834bf2fffa75948d603096c8
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0f8b8720d004..5a678df4d9b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.36.0
-_builddate=20171009054209
+pkgver=0.37.0
+_builddate=20171018021544
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=('93676090aabf42ec2f6c40b7f68e2382baa96a70221a9d47f09671bc777746a1')
+sha256sums=('86b7bcc96fe3b6841531d7d858bdb3212f40ebab834bf2fffa75948d603096c8')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"