summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23af639e05d9..5412608b67d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 20 17:23:40 UTC 2018
+# Fri Oct 19 17:41:24 UTC 2018
pkgbase = chef-workstation
pkgdesc = Chef Workstation gives you everything you need to get started with Chef. Start scanning and configuring your environments today with InSpec and chef-run.
- pkgver = 0.1.162
+ pkgver = 0.2.21
pkgrel = 1
url = https://downloads.chef.io/chef-workstation/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = chef-workstation
conflicts = chef
conflicts = chef-solo
conflicts = chef-client
- source = https://packages.chef.io/files/stable/chef-workstation/0.1.162/ubuntu/18.04/chef-workstation_0.1.162-1_amd64.deb
- sha256sums = bd3aca707c9f66e5f810d44c61f67033e58e553a3d88e6619bfd708b19eccd20
+ source = https://packages.chef.io/files/stable/chef-workstation/0.2.21/ubuntu/18.04/chef-workstation_0.2.21-1_amd64.deb
+ sha256sums = 1cf8d84779af170be8562b256c9a1ec1af6257b17e340d80831fa7f6b2ea8463
pkgname = chef-workstation
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"