summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Cragun2019-06-10 09:39:20 -0600
committerRyan Cragun2019-06-10 09:39:20 -0600
commit3307f884969612492431baadbadde07e3e80e09a (patch)
tree07298250e3b05d2521b0b8ae07dba029ce87cc3c
parentcb9d05527467d65df304f74448e98d98465afd1e (diff)
downloadaur-3307f884969612492431baadbadde07e3e80e09a.tar.gz
Update to hab 0.82.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 017d9b4e1be1..e4ad402458a7 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.81.0
+ pkgver = 0.82.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.81.0-20190507225645-x86_64-linux.tar.gz
- sha256sums = 168dbdfc0f701635d23f3ff324e4d0cd78cc3db180f6eb7fe743e93ef1aab209
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.82.0-20190605214032-x86_64-linux.tar.gz
+ sha256sums = 5e4a3a22d6a63c289653ab11826eb45f792f983b4395367cecf4d4e3b37daeb4
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 25c871b8732f..2102097e1757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Ryan Cragun <me@ryan.ec>
pkgname=habitat-bin
-pkgver=0.81.0
-_builddate=20190507225645
+pkgver=0.82.0
+_builddate=20190605214032
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=('168dbdfc0f701635d23f3ff324e4d0cd78cc3db180f6eb7fe743e93ef1aab209')
+sha256sums=('5e4a3a22d6a63c289653ab11826eb45f792f983b4395367cecf4d4e3b37daeb4')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"