summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2017-12-01 17:42:18 -0800
committerTrevor Bramble2017-12-01 17:42:18 -0800
commit5b1cb01875472e56c1e79a7cf5439df9e8de2d40 (patch)
tree6b35eda2eda96921ebb81c9a3acab4d861878984
parent248571c81ee912ce5d23be4e40e30df4b5ce0e81 (diff)
downloadaur-5b1cb01875472e56c1e79a7cf5439df9e8de2d40.tar.gz
Update version: 0.50.2 \342 0.50.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a9c922eff85..277efe85c44f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 1 20:05:16 UTC 2017
+# Sat Dec 2 01:41:51 UTC 2017
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.50.2
+ pkgver = 0.50.3
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.50.2-20171201051041-x86_64-linux.tar.gz
- sha256sums = 084fc74e510387cf0b1d45dfdcf06f58bb12a4e070bd0f72065b9a265a011f04
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.50.3-20171202003930-x86_64-linux.tar.gz
+ sha256sums = 580a6128a37d146b1264f52b65ed0088164afbbed03548937eb6a3a30507f43f
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 44fc8b66988d..dbffacc08df3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.50.2
-_builddate=20171201051041
+pkgver=0.50.3
+_builddate=20171202003930
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=('084fc74e510387cf0b1d45dfdcf06f58bb12a4e070bd0f72065b9a265a011f04')
+sha256sums=('580a6128a37d146b1264f52b65ed0088164afbbed03548937eb6a3a30507f43f')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"