summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Cragun2019-02-20 17:19:22 -0700
committerRyan Cragun2019-02-20 17:19:22 -0700
commitb8027a5da7768f930475fe5bc6fd03af70040499 (patch)
treed8547227bf9becae4b2873568873fb86d4934749
parentebf4420aa8fb16784eea0f0bd3e5d3b231798255 (diff)
downloadaur-b8027a5da7768f930475fe5bc6fd03af70040499.tar.gz
Update to hab 0.74.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6974d9615ae4..ba59fe939501 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Sep 14 21:38:29 UTC 2018
pkgbase = habitat-bin
pkgdesc = Application automation framework that allows you to build applications that have automation built-in
- pkgver = 0.63.0
+ pkgver = 0.74.0
pkgrel = 1
url = https://www.habitat.sh/
arch = x86_64
@@ -10,8 +8,8 @@ pkgbase = habitat-bin
provides = habitat
conflicts = habitat
conflicts = habitat-git
- source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.63.0-20180913153331-x86_64-linux.tar.gz
- sha256sums = 132cb52e47d3f82f22b7a18bb439762004b0c3cfcb6ad35cf4d4345673eea692
+ source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.74.0-20190204222312-x86_64-linux.tar.gz
+ sha256sums = a54fd8bc52b9673ad5aea407597f1535eeb2f005aab2ac28d8e3a33c24ee8bcb
pkgname = habitat-bin
diff --git a/PKGBUILD b/PKGBUILD
index c747ae58478f..6789b1008a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
+# Maintainer: Ryan Cragun <me@ryan.ec>
pkgname=habitat-bin
-pkgver=0.63.0
-_builddate=20180913153331
+pkgver=0.74.0
+_builddate=20190204222312
pkgrel=1
pkgdesc="Application automation framework that allows you to build applications that have automation built-in"
arch=('x86_64')
@@ -11,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=('132cb52e47d3f82f22b7a18bb439762004b0c3cfcb6ad35cf4d4345673eea692')
+sha256sums=('a54fd8bc52b9673ad5aea407597f1535eeb2f005aab2ac28d8e3a33c24ee8bcb')
package() {
install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab"