summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2019-07-10 16:37:13 -0400
committerMarc A. Paradise2019-07-10 16:37:13 -0400
commit703eb86a59e3ff53f6e3f8bdf7fafafcadb5a951 (patch)
treed0efa0ef85c05c5d3ee11ace6c7fa3509262a994
parentf45fcf2b16feb2bca7d557c144a1f87e15bb6f16 (diff)
downloadaur-703eb86a59e3ff53f6e3f8bdf7fafafcadb5a951.tar.gz
4.0.60 → 4.1.7
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a66154cf852..391cab1f9ca3 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.0.60
+ pkgver = 4.1.7
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.0.60/debian/9/chefdk_4.0.60-1_amd64.deb
- sha256sums = 3ef759a35ec98963c2b5df6bf24181ae7a60045c63345d801f95b318aa9e74c4
+ source = https://packages.chef.io/files/stable/chefdk/4.1.7/debian/9/chefdk_4.1.7-1_amd64.deb
+ sha256sums = e5e45b48d4eccbd042cb302d9faae455bf376640e6dd8d9a8ac82df0da685cf4
pkgname = chef-dk
diff --git a/PKGBUILD b/PKGBUILD
index fbe4c63194a7..d7ba17fe3577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise+aur@gmail.com>
pkgname=chef-dk
-pkgver=4.0.60
+pkgver=4.1.7
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=('3ef759a35ec98963c2b5df6bf24181ae7a60045c63345d801f95b318aa9e74c4')
+sha256sums=('e5e45b48d4eccbd042cb302d9faae455bf376640e6dd8d9a8ac82df0da685cf4')
package() {
cd "$srcdir"