summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-09-14 14:12:33 -0700
committerTrevor Bramble2018-09-14 14:12:33 -0700
commit5c04d3c565edeaa9709a4432a2e09306f54c6d2e (patch)
tree353bb9eb9c056a56ec39aa39416254bf99c6d5b6
parent173c83a5e5fe38a3aa3364ef7a5116d531f0ca3c (diff)
downloadaur-5c04d3c565edeaa9709a4432a2e09306f54c6d2e.tar.gz
Update version: 0.62.0 → 0.62.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f9eefbb6c5..27234f65bf7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 21:03:44 UTC 2018
+# Fri Sep 14 21:12:11 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.62.0
+ pkgver = 0.62.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.62.0-20180831210457-x86_64-linux.tar.gz
- sha256sums = 81081773bf41d6caa7e9b39171eedba7716bc931d6a98940b92a70016dd807ae
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.62.1-20180905002037-x86_64-linux.tar.gz
+ sha256sums = 48ba56253e66f78a2011471806dd90ca957ec4a00fc19f9c047f33b7b55ff70f
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26412c73f123..9262684ade42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.62.0
-_builddate=20180831210457
+pkgver=0.62.1
+_builddate=20180905002037
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=('81081773bf41d6caa7e9b39171eedba7716bc931d6a98940b92a70016dd807ae')
+sha256sums=('48ba56253e66f78a2011471806dd90ca957ec4a00fc19f9c047f33b7b55ff70f')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"