summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-09-14 14:04:51 -0700
committerTrevor Bramble2018-09-14 14:04:51 -0700
commit173c83a5e5fe38a3aa3364ef7a5116d531f0ca3c (patch)
tree9b930bfe5c083a1ef62c97d4d4a0a75f08563b87
parentb9ec8b8743cc4b60d034aae3dbc5b4587d760389 (diff)
downloadaur-173c83a5e5fe38a3aa3364ef7a5116d531f0ca3c.tar.gz
Update version: 0.61.0 → 0.62.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0b63e680040..83f9eefbb6c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 20 17:03:49 UTC 2018
+# Fri Sep 14 21:03:44 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.61.0
+ pkgver = 0.62.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.61.0-20180815171844-x86_64-linux.tar.gz
- sha256sums = ca72ebf3bacdf4d0d4c4c63c0edf3f008b244811739f377b8fd938953f6090ac
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.62.0-20180831210457-x86_64-linux.tar.gz
+ sha256sums = 81081773bf41d6caa7e9b39171eedba7716bc931d6a98940b92a70016dd807ae
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8e37c1641af0..26412c73f123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.61.0
-_builddate=20180815171844
+pkgver=0.62.0
+_builddate=20180831210457
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=('ca72ebf3bacdf4d0d4c4c63c0edf3f008b244811739f377b8fd938953f6090ac')
+sha256sums=('81081773bf41d6caa7e9b39171eedba7716bc931d6a98940b92a70016dd807ae')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"