summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc A. Paradise2019-06-10 16:14:01 -0400
committerMarc A. Paradise2019-06-10 16:14:01 -0400
commit8f7d3ce999bfa5b99d728ad522563c3051b25e2a (patch)
tree970240e2037f88cff5448062bf62dac849fb6f52
parent7d2745cb73932c2d1b3cccb463c37dd33f84ec78 (diff)
downloadaur-8f7d3ce999bfa5b99d728ad522563c3051b25e2a.tar.gz
3.9.0 → 4.0.60
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b19a0ef12d..8a66154cf852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 7 05:54:51 UTC 2019
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 = 3.9.0
+ pkgver = 4.0.60
pkgrel = 1
url = https://downloads.chef.io/chef-dk/
arch = x86_64
@@ -11,8 +9,8 @@ pkgbase = chef-dk
conflicts = chef-solo
conflicts = chef-client
conflicts = chef-workstation
- source = https://packages.chef.io/files/stable/chefdk/3.9.0/debian/9/chefdk_3.9.0-1_amd64.deb
- sha256sums = d1c267267ce18cf500dbfb0f351677ddde42a86c2fa31afe4b7fbe96d9520405
+ source = https://packages.chef.io/files/stable/chefdk/4.0.60/debian/9/chefdk_4.0.60-1_amd64.deb
+ sha256sums = 3ef759a35ec98963c2b5df6bf24181ae7a60045c63345d801f95b318aa9e74c4
pkgname = chef-dk
diff --git a/PKGBUILD b/PKGBUILD
index e842dc8fc21e..fbe4c63194a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marc Paradise <marc.paradise+aur@gmail.com>
pkgname=chef-dk
-pkgver=3.9.0
+pkgver=4.0.60
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=('d1c267267ce18cf500dbfb0f351677ddde42a86c2fa31afe4b7fbe96d9520405')
+sha256sums=('3ef759a35ec98963c2b5df6bf24181ae7a60045c63345d801f95b318aa9e74c4')
package() {
cd "$srcdir"