summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2020-06-08 09:37:57 -0400
committerMarc A. Paradise2020-06-08 09:37:57 -0400
commit748fe3dec7ab141ca33c75c40506d599526ce809 (patch)
tree5e55f9ee6b610d8361b78b2e0c6c2a1e3ee04c4c
parentdf00cb3412b52827565b29f2a4ff9039c133540f (diff)
downloadaur-748fe3dec7ab141ca33c75c40506d599526ce809.tar.gz
0.17.5 → 20.6.62
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1e89314be5..df7fd2ca5133 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.17.5
+ pkgver = 20.6.62
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.17.5/ubuntu/18.04/chef-workstation_0.17.5-1_amd64.deb
- sha256sums = 704646acb6defa0ca807f8aaf61fb5e891faba770b877530113fe2897febaf46
+ source = https://packages.chef.io/files/stable/chef-workstation/20.6.62/ubuntu/18.04/chef-workstation_20.6.62-1_amd64.deb
+ sha256sums = 5fe63be26bfa9746f807b0130cc9c14a955557a91d6501155c1e263e57ab5abc
pkgname = chef-workstation
diff --git a/Makefile b/Makefile
index 67fd70da7555..75faaf28d7ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
default: build
build: clean namcap
- rm Gemfile.lock
+ rm -rf Gemfile.lock
bundle install
bundle exec ruby update.rb
makepkg
diff --git a/PKGBUILD b/PKGBUILD
index e48853a636eb..5860335df6d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise@gmail.com>
pkgname=chef-workstation
-pkgver=0.17.5
+pkgver=20.6.62
pkgrel=1
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."
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://downloads.chef.io/chef-workstation/"
license=('Apache')
depends=()
conflicts=(chef-dk chef chef-solo chef-client)
-source=('https://packages.chef.io/files/stable/chef-workstation/0.17.5/ubuntu/18.04/chef-workstation_0.17.5-1_amd64.deb')
-sha256sums=('704646acb6defa0ca807f8aaf61fb5e891faba770b877530113fe2897febaf46')
+source=('https://packages.chef.io/files/stable/chef-workstation/20.6.62/ubuntu/18.04/chef-workstation_20.6.62-1_amd64.deb')
+sha256sums=('5fe63be26bfa9746f807b0130cc9c14a955557a91d6501155c1e263e57ab5abc')
package() {
cd "$srcdir"