summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vikstrom2017-06-01 07:14:10 +0000
committerSimon Vikstrom2017-06-01 07:14:10 +0000
commitaeb0e93367064a50ca2f124994ba683696f8e893 (patch)
tree2642ca889a9e6c9427eeb2d3293d1f11b52941ee
parentf2599e9818c271b5b19b6410fbba1d3f4e0f3ae1 (diff)
downloadaur-aeb0e93367064a50ca2f124994ba683696f8e893.tar.gz
New upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c8f8d709b1..e5b523b44cb8 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.0.18
+ pkgver = 13.1.31
pkgrel = 1
url = https://downloads.chef.io/chef-client/
arch = x86_64
license = Apache
conflicts = chef
conflicts = chef-solo
- source = https://packages.chef.io/stable/ubuntu/16.04/chef_13.0.18-1_amd64.deb
- sha256sums = 650e80ad44584ca48716752d411989ab155845af4af7a50c530155d9718843eb
+ source = https://packages.chef.io/files/stable/chef/13.1.31/ubuntu/16.04/chef_13.1.31-1_amd64.deb
+ sha256sums = d8b0a8c012945cda9a2ff1b6b93bd852b06b81c71b4604250dac7c90143fd14d
pkgname = chef-client
diff --git a/PKGBUILD b/PKGBUILD
index f621534901e1..1adecd0ce7b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=chef-client
-pkgver=13.0.118
+pkgver=13.1.31
pkgrel=1
_ubuntuver=xenial
pkgdesc="The Chef Client installation package includes everything you need to start converging your machines."
@@ -10,8 +10,8 @@ url="https://downloads.chef.io/chef-client/"
license=('Apache')
depends=()
conflicts=( chef chef-solo )
-source=("https://packages.chef.io/stable/ubuntu/16.04/chef_${pkgver}-1_amd64.deb")
-sha256sums=('650e80ad44584ca48716752d411989ab155845af4af7a50c530155d9718843eb')
+source=("https://packages.chef.io/files/stable/chef/13.1.31/ubuntu/16.04/chef_13.1.31-1_amd64.deb")
+sha256sums=('d8b0a8c012945cda9a2ff1b6b93bd852b06b81c71b4604250dac7c90143fd14d')
package() {
cd "$srcdir"