summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2019-12-03 14:07:13 -0500
committerMarc A. Paradise2019-12-03 14:07:13 -0500
commit9004b4c00ff7a76d2850b6bcb2a95c0fd44808a7 (patch)
tree619dc0eb948165929fe5e50b049a32dc7b44c397
parent50d29308c4a79b12a1c50242af09c78cf9913d90 (diff)
downloadaur-9004b4c00ff7a76d2850b6bcb2a95c0fd44808a7.tar.gz
4.4.27 → 4.6.25
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 4fe7fc8a914a..41c870ada323 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.4.27
+ pkgver = 4.6.35
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.4.27/debian/9/chefdk_4.4.27-1_amd64.deb
- sha256sums = 3364c9afa725620dd2c27251b4fc35328be6f13413c599e92da9ef43bfdbfae2
+ source = https://packages.chef.io/files/stable/chefdk/4.6.35/debian/9/chefdk_4.6.35-1_amd64.deb
+ sha256sums = 091d9c25524adc63fd7099537bb9bfc03dfbd309d53c743cb9a372d96e547e08
pkgname = chef-dk
diff --git a/Makefile b/Makefile
index c81415812ee3..5d790d5aee1d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-default: build
+default: clean build
build: namcap
makepkg
diff --git a/PKGBUILD b/PKGBUILD
index 32eba1b1573f..e8d237fc56ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise+aur@gmail.com>
pkgname=chef-dk
-pkgver=4.4.27
+pkgver=4.6.35
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')
@@ -10,7 +10,7 @@ license=('Apache')
depends=()
conflicts=(chef chef-solo chef-client chef-workstation)
source=("https://packages.chef.io/files/stable/chefdk/${pkgver}/debian/9/chefdk_${pkgver}-1_amd64.deb")
-sha256sums=('3364c9afa725620dd2c27251b4fc35328be6f13413c599e92da9ef43bfdbfae2')
+sha256sums=('091d9c25524adc63fd7099537bb9bfc03dfbd309d53c743cb9a372d96e547e08')
package() {
cd "$srcdir"