summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-10-27 15:56:50 -0700
committerTrevor Bramble2017-10-27 15:56:50 -0700
commit642f3a71d2f7e8e091e4cd7cc26c7cb19bf8990e (patch)
tree9deeb6e37492fc066d52a15ade537a696d152a49
parentd6f2d9c573a04c0cf91e19d149c3ce5206cc5de3 (diff)
downloadaur-642f3a71d2f7e8e091e4cd7cc26c7cb19bf8990e.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 32bd792cc8e7..5b2b88c703ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 18 18:05:04 UTC 2017
+# Fri Oct 27 22:56:09 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.37.0
+ pkgver = 0.38.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.37.0-20171018021544-x86_64-linux.tar.gz
- sha256sums = 86b7bcc96fe3b6841531d7d858bdb3212f40ebab834bf2fffa75948d603096c8
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.38.0-20171026215954-x86_64-linux.tar.gz
+ sha256sums = 91e3cd0233b15bba25c18b650e344e913622845d9da450a71a1448457416e392
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a678df4d9b8..42ee758af41a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.37.0
-_builddate=20171018021544
+pkgver=0.38.0
+_builddate=20171026215954
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=('86b7bcc96fe3b6841531d7d858bdb3212f40ebab834bf2fffa75948d603096c8')
+sha256sums=('91e3cd0233b15bba25c18b650e344e913622845d9da450a71a1448457416e392')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"