summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2020-02-04 12:21:17 -0500
committerMarc A. Paradise2020-02-04 12:21:17 -0500
commit21b9b5d49046f5145960b407322075c52d126f4a (patch)
tree3e05ddc2c66f5f341f5ee8aa583e5ae8f32e4552
parent9d31c013226cabe4ccab0fb2bfba408b2f688f98 (diff)
downloadaur-21b9b5d49046f5145960b407322075c52d126f4a.tar.gz
0.14.16 → 0.15.18
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01a87f38d532..b97b52347b52 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.14.16
+ pkgver = 0.15.18
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.14.16/ubuntu/18.04/chef-workstation_0.14.16-1_amd64.deb
- sha256sums = 007be49ff9268f7c53606229201db7d94fa772b28ef88c779797e1fc3e9fed3c
+ source = https://packages.chef.io/files/stable/chef-workstation/0.15.18/ubuntu/18.04/chef-workstation_0.15.18-1_amd64.deb
+ sha256sums = 35f4ff610a4ee536c62b699bd5bd7daa65f40645368d8dc8a1ec8f0ed8f878d9
pkgname = chef-workstation
diff --git a/PKGBUILD b/PKGBUILD
index 28c7915aa7ee..e1341084a5d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise@gmail.com>
pkgname=chef-workstation
-pkgver=0.14.16
+pkgver=0.15.18
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/${pkgname}/${pkgver}/ubuntu/${_ubunturel}.${_ubuntuver}/${pkgname}_${pkgver}-1_amd64.deb")
-sha256sums=('007be49ff9268f7c53606229201db7d94fa772b28ef88c779797e1fc3e9fed3c')
+source=('https://packages.chef.io/files/stable/chef-workstation/0.15.18/ubuntu/18.04/chef-workstation_0.15.18-1_amd64.deb')
+sha256sums=('35f4ff610a4ee536c62b699bd5bd7daa65f40645368d8dc8a1ec8f0ed8f878d9')
package() {
cd "$srcdir"