summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-12-01 12:06:26 -0800
committerTrevor Bramble2017-12-01 12:06:26 -0800
commit248571c81ee912ce5d23be4e40e30df4b5ce0e81 (patch)
treee978d7e2eade5db4ac811b8e09bcd3dcc993d97c
parentd8e330e34c6021b207809093ed96f91c9166ce18 (diff)
downloadaur-248571c81ee912ce5d23be4e40e30df4b5ce0e81.tar.gz
Update version: 0.38.0 → 0.50.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b2b88c703ef..6a9c922eff85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 27 22:56:09 UTC 2017
+# Fri Dec 1 20:05:16 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.38.0
+ pkgver = 0.50.2
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.38.0-20171026215954-x86_64-linux.tar.gz
- sha256sums = 91e3cd0233b15bba25c18b650e344e913622845d9da450a71a1448457416e392
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.50.2-20171201051041-x86_64-linux.tar.gz
+ sha256sums = 084fc74e510387cf0b1d45dfdcf06f58bb12a4e070bd0f72065b9a265a011f04
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 42ee758af41a..44fc8b66988d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.38.0
-_builddate=20171026215954
+pkgver=0.50.2
+_builddate=20171201051041
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=('91e3cd0233b15bba25c18b650e344e913622845d9da450a71a1448457416e392')
+sha256sums=('084fc74e510387cf0b1d45dfdcf06f58bb12a4e070bd0f72065b9a265a011f04')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"