summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Cragun2019-07-31 15:37:42 -0600
committerRyan Cragun2019-07-31 15:37:42 -0600
commit724855e079c1412ec3411c12a1d0d81487253715 (patch)
treec4d9df8b21e761c8128841d83bec002a8f2fd0f9
parent3307f884969612492431baadbadde07e3e80e09a (diff)
downloadaur-724855e079c1412ec3411c12a1d0d81487253715.tar.gz
Update to hab 0.83.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ad402458a7..21a1d5ca7558 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.82.0
+ pkgver = 0.83.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.82.0-20190605214032-x86_64-linux.tar.gz
- sha256sums = 5e4a3a22d6a63c289653ab11826eb45f792f983b4395367cecf4d4e3b37daeb4
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.83.0-20190712231625-x86_64-linux.tar.gz
+ sha256sums = 6d14f7886583d669d2bc07279d63360492e3b96ca4ffa33812c30bfaf262660c
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2102097e1757..35eb8fccde95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
# Maintainer: Ryan Cragun <me@ryan.ec>
pkgname=habitat-bin
-pkgver=0.82.0
-_builddate=20190605214032
+pkgver=0.83.0
+_builddate=20190712231625
+
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=('5e4a3a22d6a63c289653ab11826eb45f792f983b4395367cecf4d4e3b37daeb4')
+sha256sums=('6d14f7886583d669d2bc07279d63360492e3b96ca4ffa33812c30bfaf262660c')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"