summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ray2020-11-06 14:54:52 +1100
committerMatt Ray2020-11-06 14:54:52 +1100
commit3fc82a84a0eae3e1354643a42a2e935084230480 (patch)
tree447614504bc69302fe05dc5718cf76bbaed32de6
parent8e90e4f7daa8f505bc49b8878753fb3788ab8c8a (diff)
downloadaur-3fc82a84a0eae3e1354643a42a2e935084230480.tar.gz
Updated from 14.5.33 -> 16.6.14
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86ad261f84e0..2be03f0b1187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = chef-client
pkgdesc = The Chef Client installation package includes everything you need to start converging your machines.
- pkgver = 14.5.33
+ pkgver = 16.6.14
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/14.5.33/ubuntu/18.04/chef_14.5.33-1_amd64.deb
- sha256sums = 6d699fb7da8eaeb09c385fc6b65401fa8160b7714f8b4bce2fb558a76070fa31
+ source = https://packages.chef.io/files/stable/chef/16.6.14/ubuntu/18.04/chef_16.6.14-1_amd64.deb
+ sha256sums = 3d260619c94108a0f5f25652fdea478e1f361e7ad40852420b94938bfe2e3184
pkgname = chef-client
-
diff --git a/PKGBUILD b/PKGBUILD
index 2ac14ea0457d..55f8f6c0f53e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=chef-client
-pkgver=14.5.33
+pkgver=16.6.14
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/18.04/chef_${pkgver}-1_amd64.deb")
-sha256sums=('6d699fb7da8eaeb09c385fc6b65401fa8160b7714f8b4bce2fb558a76070fa31')
+sha256sums=('3d260619c94108a0f5f25652fdea478e1f361e7ad40852420b94938bfe2e3184')
package() {
cd "$srcdir"