diff options
author | Trevor Bramble | 2017-09-25 09:54:17 -0700 |
---|---|---|
committer | Trevor Bramble | 2017-09-25 09:54:17 -0700 |
commit | 6b7f71bb88a750d56a847405b8b624a8a9d8ba9c (patch) | |
tree | 25599bf4abab70daa7bbb0823ba4991f2c8298f6 | |
parent | 247398c4b41b4621ce853f72d0c61c41b1cd879e (diff) | |
download | aur-6b7f71bb88a750d56a847405b8b624a8a9d8ba9c.tar.gz |
Update version: 0.33.0 → 0.33.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sat Sep 23 02:59:41 UTC 2017 +# Mon Sep 25 16:53:02 UTC 2017 pkgbase = habitat-bin pkgdesc = Application automation framework that allows you to build applications that have automation built-in - pkgver = 0.33.0 + pkgver = 0.33.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.33.0-20170922230356-x86_64-linux.tar.gz - sha256sums = 32b87621f6da4723d73783aca6540cdc2cd75b7c8d976b17db4c3cc0a91d81b8 + source = https://dl.bintray.com/habitat/stable/linux/x86_64/hab-0.33.2-20170925045915-x86_64-linux.tar.gz + sha256sums = 870161beb5caadf45cdd480effe52795321151e5ffea8991f0e2cd635555bb94 pkgname = habitat-bin @@ -2,8 +2,8 @@ # Maintainer: Trevor Bramble <inbox@trevorbramble.com> pkgname=habitat-bin -pkgver=0.33.0 -_builddate=20170922230356 +pkgver=0.33.2 +_builddate=20170925045915 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=('32b87621f6da4723d73783aca6540cdc2cd75b7c8d976b17db4c3cc0a91d81b8') +sha256sums=('870161beb5caadf45cdd480effe52795321151e5ffea8991f0e2cd635555bb94') package() { install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab" |