summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-01-19 15:15:45 -0800
committerTrevor Bramble2018-01-19 15:15:45 -0800
commit789ee1e41e2c27f032fd875b4df24f6bb13f8654 (patch)
treee79ef403ef5e5b412411c1f6f3a27772777f0836
parentf755d0b15959991f15f75be37f2bef5576490052 (diff)
downloadaur-789ee1e41e2c27f032fd875b4df24f6bb13f8654.tar.gz
Update version: 0.51.0 → 0.52.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02257245dbe0..a2548edcc730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Dec 29 21:27:57 UTC 2017
+# Fri Jan 19 23:15:05 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.51.0
- pkgrel = 2
+ pkgver = 0.52.0
+ pkgrel = 1
url = https://www.habitat.sh/
arch = x86_64
license = Apache
provides = habitat
conflicts = habitat
conflicts = habitat-git
- source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.51.0-20171219021329-x86_64-linux.tar.gz
- sha256sums = df7f47d321bbf18bcc7d5231ab0c05697b9e77ba5a33e5c45dbf2f80e154032c
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.52.0-20180119184338-x86_64-linux.tar.gz
+ sha256sums = bf2ce3842c8182c2acb80a007e8b4da4be293fffe1e661a9947308d2e3e8288b
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index c540200721be..26214e34e9d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=habitat-bin
-pkgver=0.51.0
-_builddate=20171219021329
-pkgrel=2
+pkgver=0.52.0
+_builddate=20180119184338
+pkgrel=1
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')
url="https://www.habitat.sh/"
@@ -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=('df7f47d321bbf18bcc7d5231ab0c05697b9e77ba5a33e5c45dbf2f80e154032c')
+sha256sums=('bf2ce3842c8182c2acb80a007e8b4da4be293fffe1e661a9947308d2e3e8288b')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"