summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-10-09 17:51:27 -0700
committerTrevor Bramble2017-10-09 17:51:27 -0700
commit4ec4882a5a87d7c31614c862a663849a5b928ddc (patch)
treeb65ecb6cdb845784a7548ab5fab84026cf4bda7c
parent07c64980e3d6687c6823005d6018d7ec13c9a50a (diff)
downloadaur-4ec4882a5a87d7c31614c862a663849a5b928ddc.tar.gz
Update version: 0.34.1 → 0.36.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cb01e25a0f3..2d2be8359412 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 2 16:38:07 UTC 2017
+# Tue Oct 10 00:50:27 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.34.1
+ pkgver = 0.36.0
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.34.1-20171002002928-x86_64-linux.tar.gz
- sha256sums = a4d56f3e7f15f621ebfe424b6ba0f1a1574833bd12769e7101c712086df61127
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.36.0-20171009054209-x86_64-linux.tar.gz
+ sha256sums = 93676090aabf42ec2f6c40b7f68e2382baa96a70221a9d47f09671bc777746a1
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26c6341e76ca..0f8b8720d004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.34.1
-_builddate=20171002002928
+pkgver=0.36.0
+_builddate=20171009054209
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=('a4d56f3e7f15f621ebfe424b6ba0f1a1574833bd12769e7101c712086df61127')
+sha256sums=('93676090aabf42ec2f6c40b7f68e2382baa96a70221a9d47f09671bc777746a1')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"