summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Cragun2019-10-18 10:58:45 -0600
committerRyan Cragun2019-10-18 10:58:45 -0600
commit7951138c6018385a0187fa24bb0e3ce592982756 (patch)
tree570c65ff402a66941d0782e4de3e2778f45f8272 /PKGBUILD
parent560c3fee914fff57570f04a073d5ebc27ce5ef04 (diff)
downloadaur-7951138c6018385a0187fa24bb0e3ce592982756.tar.gz
Update to hab 0.88.0-1
Signed-off-by: Ryan Cragun <ryan@chef.io>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 943bb40da76c..591904aa5efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ryan Cragun <me@ryan.ec>
pkgname=habitat-bin
-pkgver=0.85.0
-_builddate=20190916214648
+pkgver=0.88.0
+_builddate=20191009204957
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=('2e526f81316b921b4689354c29ceb0e6df1a734554f63f8873e6ff0adf0efd4a')
+sha256sums=('2a0bd903f395c441069bc618e48c20f175877f5f11c42765d7327866ee89ee60')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"