summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2020-11-05 13:00:04 -0500
committerMarc A. Paradise2020-11-05 13:00:04 -0500
commitc411a4e3d7b649ed966bc19bc1e6636e0764849c (patch)
tree56d95b60f08c4c175e46ed6951cd37c5791127cb
parenta6fb3f9011c313b05113839d0006e06bab4c9377 (diff)
downloadaur-c411a4e3d7b649ed966bc19bc1e6636e0764849c.tar.gz
4.11.0 → 4.12.0
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 036785114d69..fd675c11c5b0 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.11.0
+ pkgver = 4.12.0
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.11.0/debian/9/chefdk_4.11.0-1_amd64.deb
- sha256sums = 090818343e0358bd48750b1da73c465c4459ad2b8f1921355f3801f79ee9e119
+ source = https://packages.chef.io/files/stable/chefdk/4.12.0/debian/9/chefdk_4.12.0-1_amd64.deb
+ sha256sums = 12e764505299e45bd2d172ae7e7a327f24060eae6957c69dd9bce6fc57a6b2b5
pkgname = chef-dk
diff --git a/PKGBUILD b/PKGBUILD
index 98192a52e024..acdf2b21d4ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise+aur@gmail.com>
pkgname=chef-dk
-pkgver=4.11.0
+pkgver=4.12.0
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.11.0/debian/9/chefdk_4.11.0-1_amd64.deb')
-sha256sums=('090818343e0358bd48750b1da73c465c4459ad2b8f1921355f3801f79ee9e119')
+source=('https://packages.chef.io/files/stable/chefdk/4.12.0/debian/9/chefdk_4.12.0-1_amd64.deb')
+sha256sums=('12e764505299e45bd2d172ae7e7a327f24060eae6957c69dd9bce6fc57a6b2b5')
package() {
cd "$srcdir"