summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2020-06-08 09:36:56 -0400
committerMarc A. Paradise2020-06-08 09:36:56 -0400
commit026844760806f6fbc88fec9f61917eb7619645c9 (patch)
tree0ed00240205739b2b0cb8c24e40c69353992f9f2
parent017becdad37bedeeafe3549e18c71e6fba3562e3 (diff)
downloadaur-026844760806f6fbc88fec9f61917eb7619645c9.tar.gz
4.7.73 → 4.8.23
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 c142b3a11741..37d4df7ed4f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chef-dk
pkgdesc = The Chef development kit contains all the tools you need to develop and test your infrastructure, built by the awesome Chef community.
- pkgver = 4.7.73
+ pkgver = 4.8.23
pkgrel = 1
url = https://downloads.chef.io/chef-dk/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = chef-dk
conflicts = chef-solo
conflicts = chef-client
conflicts = chef-workstation
- source = https://packages.chef.io/files/stable/chefdk/4.7.73/debian/9/chefdk_4.7.73-1_amd64.deb
- sha256sums = 731a119c073d724410e54ebe843fa5a72faa4e36ddf8c9006cfb2a8b71368314
+ source = https://packages.chef.io/files/stable/chefdk/4.8.23/debian/9/chefdk_4.8.23-1_amd64.deb
+ sha256sums = a48ac9f02aef54a593601564b953516c6e2ac52dee55f707189f0799ba8ec149
pkgname = chef-dk
diff --git a/Makefile b/Makefile
index 96551fb80c3c..1a2fca31d305 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
default: clean build
build: namcap
- rm Gemfile.lock
+ rm -rf Gemfile.lock
bundle install
bundle exec ruby update.rb
makepkg
diff --git a/PKGBUILD b/PKGBUILD
index bf1e77d57e9b..a488b68b0f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise+aur@gmail.com>
pkgname=chef-dk
-pkgver=4.7.73
+pkgver=4.8.23
pkgrel=1
pkgdesc="The Chef development kit contains all the tools you need to develop and test your infrastructure, built by the awesome Chef community."
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://downloads.chef.io/chef-dk/"
license=('Apache')
depends=()
conflicts=(chef chef-solo chef-client chef-workstation)
-source=('https://packages.chef.io/files/stable/chefdk/4.7.73/debian/9/chefdk_4.7.73-1_amd64.deb')
-sha256sums=('731a119c073d724410e54ebe843fa5a72faa4e36ddf8c9006cfb2a8b71368314')
+source=('https://packages.chef.io/files/stable/chefdk/4.8.23/debian/9/chefdk_4.8.23-1_amd64.deb')
+sha256sums=('a48ac9f02aef54a593601564b953516c6e2ac52dee55f707189f0799ba8ec149')
package() {
cd "$srcdir"