summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-02-05 17:31:41 -0800
committerTrevor Bramble2018-02-05 17:31:41 -0800
commitcac8a0ad574a07efdeefec93b48c682bc1325724 (patch)
tree7acb3bb17e5bd2e939c061d23499690bf4cc6d77
parent789ee1e41e2c27f032fd875b4df24f6bb13f8654 (diff)
downloadaur-cac8a0ad574a07efdeefec93b48c682bc1325724.tar.gz
Update version: 0.52.0 → 0.53.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2548edcc730..476531a261cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 19 23:15:05 UTC 2018
+# Tue Feb 6 01:31:06 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.52.0
+ pkgver = 0.53.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.52.0-20180119184338-x86_64-linux.tar.gz
- sha256sums = bf2ce3842c8182c2acb80a007e8b4da4be293fffe1e661a9947308d2e3e8288b
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.53.0-20180205213018-x86_64-linux.tar.gz
+ sha256sums = 13323c9ad8cb772f0d60d62d1adb66c454937cce6c071bc7db83b98526d665a2
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 26214e34e9d2..c88dc10cd76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.52.0
-_builddate=20180119184338
+pkgver=0.53.0
+_builddate=20180205213018
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=('bf2ce3842c8182c2acb80a007e8b4da4be293fffe1e661a9947308d2e3e8288b')
+sha256sums=('13323c9ad8cb772f0d60d62d1adb66c454937cce6c071bc7db83b98526d665a2')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"