summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTrevor Bramble2018-10-19 10:45:09 -0700
committerTrevor Bramble2018-10-19 10:45:09 -0700
commitaa2b4cbc6641940d2fc930a7d64916f407417d6d (patch)
tree79dfb059430965def25c373f1ccccd3168e09654 /PKGBUILD
parent36d53969d4fabddc2984863c7c21f52afe7671be (diff)
downloadaur-aa2b4cbc6641940d2fc930a7d64916f407417d6d.tar.gz
Update version: 0.1.162 → 0.2.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58f45b6d8872..e02f30739f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=chef-workstation
-pkgver=0.1.162
+pkgver=0.2.21
pkgrel=1
_ubunturel=18
_ubuntuver=04
@@ -10,13 +10,13 @@ arch=('x86_64')
url="https://downloads.chef.io/chef-workstation/"
license=('Apache')
depends=()
-conflicts=( chef-dk chef chef-solo chef-client )
+conflicts=(chef-dk chef chef-solo chef-client)
source=("https://packages.chef.io/files/stable/${pkgname}/${pkgver}/ubuntu/${_ubunturel}.${_ubuntuver}/${pkgname}_${pkgver}-1_amd64.deb")
-sha256sums=('bd3aca707c9f66e5f810d44c61f67033e58e553a3d88e6619bfd708b19eccd20')
+sha256sums=('1cf8d84779af170be8562b256c9a1ec1af6257b17e340d80831fa7f6b2ea8463')
package() {
cd "$srcdir"
- bsdtar -xf data.tar.gz -C "$pkgdir"
+ bsdtar -xf data.tar.xz -C "$pkgdir"
mkdir -p "$pkgdir/usr/bin"