summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-08-10 17:38:02 -0700
committerTrevor Bramble2017-08-10 17:38:02 -0700
commit469a0b6375478225db96c2caf43997c1345a5e6d (patch)
tree13aac19b60fd6c68b6e3daca1cbb5490f317dee1
parent94774315a84483b8463c67051876083d4180f55e (diff)
downloadaur-469a0b6375478225db96c2caf43997c1345a5e6d.tar.gz
Update version: 0.28.0 → 0.29.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55101499cde0..c8d753e2d324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 29 01:42:50 UTC 2017
+# Fri Aug 11 00:35:21 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.28.0
+ pkgver = 0.29.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.28.0-20170729012530-x86_64-linux.tar.gz
- sha256sums = 516c48266d7064f7de9c684448386796e5b97e777709cffdfb516d0778e62ad9
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.29.1-20170811000955-x86_64-linux.tar.gz
+ sha256sums = e0f47e2836e552632833cdbadbed6c79de190cdfef9450abfed2319032bcb9b3
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index eebbfc0e2f6d..2f5aa14760e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.28.0
-_builddate=20170729012530
+pkgver=0.29.1
+_builddate=20170811000955
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=('516c48266d7064f7de9c684448386796e5b97e777709cffdfb516d0778e62ad9')
+sha256sums=('e0f47e2836e552632833cdbadbed6c79de190cdfef9450abfed2319032bcb9b3')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"