summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-06-19 17:45:45 -0700
committerTrevor Bramble2018-06-19 17:45:45 -0700
commit67b64b82b8b980e5b7d09df7063ea51ccbfb287a (patch)
treeb3bf03dcab61f8ea5ad579520d69212bd0cb4aa3
parent451725337f7c9abff12fd8fe61d1b9f6efd93573 (diff)
downloadaur-67b64b82b8b980e5b7d09df7063ea51ccbfb287a.tar.gz
Update version: 0.56.0 → 0.57.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2df7de826687..3ede69559040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 1 00:39:02 UTC 2018
+# Wed Jun 20 00:44:45 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.56.0
+ pkgver = 0.57.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.56.0-20180530234036-x86_64-linux.tar.gz
- sha256sums = 0ffae560cea8bfe8615f5b9c8b3ac2fe38292e055f13e34f175ddb18a2f7731a
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.57.0-20180614230004-x86_64-linux.tar.gz
+ sha256sums = ec313bd6730276d1c9a7506170d31523ca1153b8940cf50e89a597191e71ddee
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f17b892c76a..e8ecbdb7666e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.56.0
-_builddate=20180530234036
+pkgver=0.57.0
+_builddate=20180614230004
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=('0ffae560cea8bfe8615f5b9c8b3ac2fe38292e055f13e34f175ddb18a2f7731a')
+sha256sums=('ec313bd6730276d1c9a7506170d31523ca1153b8940cf50e89a597191e71ddee')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"