diff options
author | Trevor Bramble | 2017-10-02 09:39:01 -0700 |
---|---|---|
committer | Trevor Bramble | 2017-10-02 09:39:01 -0700 |
commit | 07c64980e3d6687c6823005d6018d7ec13c9a50a (patch) | |
tree | 2b18327ff4f2cf3ee19a451612f107d32e72252f /PKGBUILD | |
parent | 6b7f71bb88a750d56a847405b8b624a8a9d8ba9c (diff) | |
download | aur-07c64980e3d6687c6823005d6018d7ec13c9a50a.tar.gz |
Update version: 0.33.2 → 0.34.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,8 +2,8 @@ # Maintainer: Trevor Bramble <inbox@trevorbramble.com> pkgname=habitat-bin -pkgver=0.33.2 -_builddate=20170925045915 +pkgver=0.34.1 +_builddate=20171002002928 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=('870161beb5caadf45cdd480effe52795321151e5ffea8991f0e2cd635555bb94') +sha256sums=('a4d56f3e7f15f621ebfe424b6ba0f1a1574833bd12769e7101c712086df61127') package() { install -D -m755 "${srcdir}/hab-${pkgver}-${_builddate}-${arch}-linux/hab" "${pkgdir}/usr/bin/hab" |