summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d30e32a0fdd..e56c9ccde118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = chef-client
pkgdesc = The Chef Client installation package includes everything you need to start converging your machines.
- pkgver = 13.5.3
+ pkgver = 13.6.0
pkgrel = 1
url = https://downloads.chef.io/chef-client/
arch = x86_64
license = Apache
conflicts = chef
conflicts = chef-solo
- source = https://packages.chef.io/files/stable/chef/13.5.3/ubuntu/16.04/chef_13.5.3-1_amd64.deb
- sha256sums = 2793306c40ee63e516cc48878071109169b0106c4553e7032a912362f9713718
+ source = https://packages.chef.io/files/stable/chef/13.6.0/ubuntu/16.04/chef_13.6.0-1_amd64.deb
+ sha256sums = 12327afb91f88e4d4dac7c60ac499102c52001298153d49bc69453984548f6d2
pkgname = chef-client
diff --git a/PKGBUILD b/PKGBUILD
index 6424fcdaf87f..66e9a4038a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=chef-client
-pkgver=13.5.3
+pkgver=13.6.0
pkgrel=1
_ubuntuver=xenial
pkgdesc="The Chef Client installation package includes everything you need to start converging your machines."
@@ -11,7 +11,7 @@ license=('Apache')
depends=()
conflicts=( chef chef-solo )
source=("https://packages.chef.io/files/stable/chef/${pkgver}/ubuntu/16.04/chef_${pkgver}-1_amd64.deb")
-sha256sums=('2793306c40ee63e516cc48878071109169b0106c4553e7032a912362f9713718')
+sha256sums=('12327afb91f88e4d4dac7c60ac499102c52001298153d49bc69453984548f6d2')
package() {
cd "$srcdir"