summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-09-07 22:28:06 -0700
committerTrevor Bramble2017-09-07 22:28:06 -0700
commitf7bf048a24ef65dcc66e4ba5fd289a3ac2168a03 (patch)
treee1b550120295caac13f555a40e62865fbcc9c4bb
parentd761d6bc28f68858ab7956ba3427f9d4ff688869 (diff)
downloadaur-f7bf048a24ef65dcc66e4ba5fd289a3ac2168a03.tar.gz
Update version: 0.30.2 → 0.31.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 337ead835b49..93f6d57be4a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 22 23:40:31 UTC 2017
+# Fri Sep 8 05:27:37 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.30.2
+ pkgver = 0.31.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.30.2-20170822232349-x86_64-linux.tar.gz
- sha256sums = 4140d930ca0d770dffcc7caaed74558667f1a6c81f80d9f797b69592d6bd4a36
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.31.0-20170907232530-x86_64-linux.tar.gz
+ sha256sums = fd8d216ca6b991b8c7d0150621ce120387be3b5eab18b8c2e0c9fa05a18b6a6b
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6b47a2317e9c..3e8ebf81c227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.30.2
-_builddate=20170822232349
+pkgver=0.31.0
+_builddate=20170907232530
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=('4140d930ca0d770dffcc7caaed74558667f1a6c81f80d9f797b69592d6bd4a36')
+sha256sums=('fd8d216ca6b991b8c7d0150621ce120387be3b5eab18b8c2e0c9fa05a18b6a6b')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"