summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-10-02 09:39:01 -0700
committerTrevor Bramble2017-10-02 09:39:01 -0700
commit07c64980e3d6687c6823005d6018d7ec13c9a50a (patch)
tree2b18327ff4f2cf3ee19a451612f107d32e72252f
parent6b7f71bb88a750d56a847405b8b624a8a9d8ba9c (diff)
downloadaur-07c64980e3d6687c6823005d6018d7ec13c9a50a.tar.gz
Update version: 0.33.2 → 0.34.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a70423e676b3..1cb01e25a0f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 25 16:53:02 UTC 2017
+# Mon Oct 2 16:38:07 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.33.2
+ pkgver = 0.34.1
pkgrel = 1
url = https://www.habitat.sh/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = habitat-bin
provides = habitat
conflicts = habitat
conflicts = habitat-git
- source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.33.2-20170925045915-x86_64-linux.tar.gz
- sha256sums = 870161beb5caadf45cdd480effe52795321151e5ffea8991f0e2cd635555bb94
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.34.1-20171002002928-x86_64-linux.tar.gz
+ sha256sums = a4d56f3e7f15f621ebfe424b6ba0f1a1574833bd12769e7101c712086df61127
pkgname = habitat-bin
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"