summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-09-14 14:38:52 -0700
committerTrevor Bramble2018-09-14 14:38:52 -0700
commitebf4420aa8fb16784eea0f0bd3e5d3b231798255 (patch)
treeebe621319d3b81a2e4683448332573b5e51a6cfc
parent5c04d3c565edeaa9709a4432a2e09306f54c6d2e (diff)
downloadaur-ebf4420aa8fb16784eea0f0bd3e5d3b231798255.tar.gz
Update version: 0.62.1 → 0.63.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27234f65bf7b..6974d9615ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 21:12:11 UTC 2018
+# Fri Sep 14 21:38:29 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.62.1
+ pkgver = 0.63.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.62.1-20180905002037-x86_64-linux.tar.gz
- sha256sums = 48ba56253e66f78a2011471806dd90ca957ec4a00fc19f9c047f33b7b55ff70f
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.63.0-20180913153331-x86_64-linux.tar.gz
+ sha256sums = 132cb52e47d3f82f22b7a18bb439762004b0c3cfcb6ad35cf4d4345673eea692
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9262684ade42..c747ae58478f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.62.1
-_builddate=20180905002037
+pkgver=0.63.0
+_builddate=20180913153331
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=('48ba56253e66f78a2011471806dd90ca957ec4a00fc19f9c047f33b7b55ff70f')
+sha256sums=('132cb52e47d3f82f22b7a18bb439762004b0c3cfcb6ad35cf4d4345673eea692')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"