summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-08-20 10:04:42 -0700
committerTrevor Bramble2018-08-20 10:04:42 -0700
commitb9ec8b8743cc4b60d034aae3dbc5b4587d760389 (patch)
tree368f8f24556dafc71d44e379522dd3259fba1c57
parentf9ada8ce299bfb9488643895d07643f02a607d16 (diff)
downloadaur-b9ec8b8743cc4b60d034aae3dbc5b4587d760389.tar.gz
Update version: 0.59.0 → 0.61.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb8b24f63691..c0b63e680040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 25 17:54:26 UTC 2018
+# Mon Aug 20 17:03:49 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.59.0
+ pkgver = 0.61.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.59.0-20180712155441-x86_64-linux.tar.gz
- sha256sums = 9c7473cf040803265cfa202bd8a632a1ba5582fcfb8be6feb35a0a56c87b0273
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.61.0-20180815171844-x86_64-linux.tar.gz
+ sha256sums = ca72ebf3bacdf4d0d4c4c63c0edf3f008b244811739f377b8fd938953f6090ac
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 15f72663f762..8e37c1641af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.59.0
-_builddate=20180712155441
+pkgver=0.61.0
+_builddate=20180815171844
pkgrel=1
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')
@@ -11,7 +11,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=('9c7473cf040803265cfa202bd8a632a1ba5582fcfb8be6feb35a0a56c87b0273')
+sha256sums=('ca72ebf3bacdf4d0d4c4c63c0edf3f008b244811739f377b8fd938953f6090ac')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"