summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Cragun2019-03-04 12:39:49 -0700
committerRyan Cragun2019-03-04 12:39:49 -0700
commit711b9d82c157ab20ea20930fc7a9e48e966928f2 (patch)
tree4fbbfeb96491a3a08c07b1024ce6811cb3973c9d
parentb195218e2737bfb533ea6d0bcbe9d78ab3f07d1b (diff)
downloadaur-711b9d82c157ab20ea20930fc7a9e48e966928f2.tar.gz
Update to hab 0.77.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55398c585c5b..84682730806e 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.76.0
+ pkgver = 0.77.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.76.0-20190227200538-x86_64-linux.tar.gz
- sha256sums = 22a14f74f950f52f57358d0d16b7e21c593f3e36d2bd1d405bce14b170807daf
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.77.0-20190301212334-x86_64-linux.tar.gz
+ sha256sums = 1254ed70eff6f62f3a3ac7c241dc8a2b59cb66e6ff38670d7c6786b1d259f9eb
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2501d0ce4f13..1f43ad318084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Ryan Cragun <me@ryan.ec>
pkgname=habitat-bin
-pkgver=0.76.0
-_builddate=20190227200538
+pkgver=0.77.0
+_builddate=20190301212334
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=('22a14f74f950f52f57358d0d16b7e21c593f3e36d2bd1d405bce14b170807daf')
+sha256sums=('1254ed70eff6f62f3a3ac7c241dc8a2b59cb66e6ff38670d7c6786b1d259f9eb')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"