summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Cragun2019-09-17 11:23:17 -0600
committerRyan Cragun2019-09-17 11:23:17 -0600
commit560c3fee914fff57570f04a073d5ebc27ce5ef04 (patch)
treef3f2d54dc1465e4a033592bf3de368800a35505f
parent724855e079c1412ec3411c12a1d0d81487253715 (diff)
downloadaur-560c3fee914fff57570f04a073d5ebc27ce5ef04.tar.gz
Update to hab 0.85.0-1
Signed-off-by: Ryan Cragun <ryan@chef.io>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21a1d5ca7558..e22090d71cb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.83.0
+ pkgver = 0.85.0
pkgrel = 1
url = https://www.habitat.sh/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = habitat-bin
provides = habitat
conflicts = habitat
conflicts = habitat-git
- source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.83.0-20190712231625-x86_64-linux.tar.gz
- sha256sums = 6d14f7886583d669d2bc07279d63360492e3b96ca4ffa33812c30bfaf262660c
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.85.0-20190916214648-x86_64-linux.tar.gz
+ sha256sums = 2e526f81316b921b4689354c29ceb0e6df1a734554f63f8873e6ff0adf0efd4a
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 35eb8fccde95..943bb40da76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ryan Cragun <me@ryan.ec>
pkgname=habitat-bin
-pkgver=0.83.0
-_builddate=20190712231625
+pkgver=0.85.0
+_builddate=20190916214648
pkgrel=1
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
@@ -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=('6d14f7886583d669d2bc07279d63360492e3b96ca4ffa33812c30bfaf262660c')
+sha256sums=('2e526f81316b921b4689354c29ceb0e6df1a734554f63f8873e6ff0adf0efd4a')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"