summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bramble2017-10-02 09:39:01 -0700
committerTrevor Bramble2017-10-02 09:39:01 -0700
commit07c64980e3d6687c6823005d6018d7ec13c9a50a (patch)
tree2b18327ff4f2cf3ee19a451612f107d32e72252f /PKGBUILD
parent6b7f71bb88a750d56a847405b8b624a8a9d8ba9c (diff)
downloadaur-07c64980e3d6687c6823005d6018d7ec13c9a50a.tar.gz
Update version: 0.33.2 → 0.34.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57fb8cf74165..26c6341e76ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.33.2
-_builddate=20170925045915
+pkgver=0.34.1
+_builddate=20171002002928
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=('870161beb5caadf45cdd480effe52795321151e5ffea8991f0e2cd635555bb94')
+sha256sums=('a4d56f3e7f15f621ebfe424b6ba0f1a1574833bd12769e7101c712086df61127')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"