diff options
author | Ryan Cragun | 2019-10-18 10:58:45 -0600 |
---|---|---|
committer | Ryan Cragun | 2019-10-18 10:58:45 -0600 |
commit | 7951138c6018385a0187fa24bb0e3ce592982756 (patch) | |
tree | 570c65ff402a66941d0782e4de3e2778f45f8272 /PKGBUILD | |
parent | 560c3fee914fff57570f04a073d5ebc27ce5ef04 (diff) | |
download | aur-7951138c6018385a0187fa24bb0e3ce592982756.tar.gz |
Update to hab 0.88.0-1
Signed-off-by: Ryan Cragun <ryan@chef.io>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Ryan Cragun <me@ryan.ec> pkgname=habitat-bin -pkgver=0.85.0 -_builddate=20190916214648 +pkgver=0.88.0 +_builddate=20191009204957 pkgrel=1 pkgdesc="Application automation framework that allows you to build applications that have automation built-in" @@ -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=('2e526f81316b921b4689354c29ceb0e6df1a734554f63f8873e6ff0adf0efd4a') +sha256sums=('2a0bd903f395c441069bc618e48c20f175877f5f11c42765d7327866ee89ee60') package() { install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab" |