summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2019-12-04 11:14:38 -0500
committerMarc A. Paradise2019-12-04 11:14:38 -0500
commit94133b597a05c8d9a34bda99f916228711a3b844 (patch)
treeed4001a8fec052f7694dc67f0d00cd340bdf9f08
parenta379ce5700c3b707b3d5b89629b65bf5406a7890 (diff)
downloadaur-94133b597a05c8d9a34bda99f916228711a3b844.tar.gz
0.9.42 → 0.12.20
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f400515b580d..92f465cc3b09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.9.42
+ pkgver = 0.12.20
pkgrel = 1
url = https://downloads.chef.io/chef-workstation/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = chef-workstation
conflicts = chef
conflicts = chef-solo
conflicts = chef-client
- source = https://packages.chef.io/files/stable/chef-workstation/0.9.42/ubuntu/18.04/chef-workstation_0.9.42-1_amd64.deb
- sha256sums = 070d4b788b8352f52446c7b1273f2bfcdd126ebcfee52878363b71add084e40a
+ source = https://packages.chef.io/files/stable/chef-workstation/0.12.20/ubuntu/18.04/chef-workstation_0.12.20-1_amd64.deb
+ sha256sums = 99e4e3ac71084a9c365b90bd1c622403bfca32acd13c6b2d808dd7d891d56484
pkgname = chef-workstation
diff --git a/Makefile b/Makefile
index c81415812ee3..45e9310685c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
default: build
-build: namcap
+build: clean namcap
makepkg
makepkg --printsrcinfo > .SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index a0cc4c7e83f1..39cf0e5ee61f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise@gmail.com>
pkgname=chef-workstation
-pkgver=0.9.42
+pkgver=0.12.20
pkgrel=1
_ubunturel=18
_ubuntuver=04
@@ -12,7 +12,7 @@ license=('Apache')
depends=()
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=('070d4b788b8352f52446c7b1273f2bfcdd126ebcfee52878363b71add084e40a')
+sha256sums=('99e4e3ac71084a9c365b90bd1c622403bfca32acd13c6b2d808dd7d891d56484')
package() {
cd "$srcdir"