summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ray2021-02-09 18:09:00 +1100
committerMatt Ray2021-02-09 18:09:00 +1100
commitf77efe2193ac8c5101bd17f2493231cd183cb8b2 (patch)
tree2df6d18006d702947ee43f90e08b4ef1cac1231e
parente09e0900a5a19b4ccdfae620abfe1cf48269ec7e (diff)
downloadaur-f77efe2193ac8c5101bd17f2493231cd183cb8b2.tar.gz
Chef 16.10.8 and add chef-dk and cinc conflicts
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d98e07c75879..4b0dd5ba92d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chef-client
pkgdesc = The Chef Infra Client installation package includes everything you need to start converging your machines.
- pkgver = 16.7.61
+ pkgver = 16.10.8
pkgrel = 1
url = https://downloads.chef.io/chef-client/
arch = x86_64
@@ -8,7 +8,8 @@ pkgbase = chef-client
conflicts = chef
conflicts = cinc
conflicts = chef-solo
- source = https://packages.chef.io/files/stable/chef/16.7.61/ubuntu/20.04/chef_16.7.61-1_amd64.deb
- sha256sums = 75e4015665933712068b0b115a8c03721d5064153b43cf2063b168444ac0b666
+ conflicts = chef-dk
+ source = https://packages.chef.io/files/stable/chef/16.10.8/ubuntu/20.04/chef_16.10.8-1_amd64.deb
+ sha256sums = ad6d3550baa83e4a494856582a3a352c9aa02905e8a31648306ec795ca707cf3
pkgname = chef-client
diff --git a/PKGBUILD b/PKGBUILD
index e126af493f29..f88d932d0740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=chef-client
-pkgver=16.7.61
+pkgver=16.10.8
pkgrel=1
_ubuntuver=xenial
pkgdesc="The Chef Client installation package includes everything you need to start converging your machines."
@@ -9,9 +9,9 @@ arch=('x86_64')
url="https://downloads.chef.io/chef-client/"
license=('Apache')
depends=()
-conflicts=( chef chef-solo )
+conflicts=(chef chef-solo chef-dk cinc)
source=("https://packages.chef.io/files/stable/chef/${pkgver}/ubuntu/20.04/chef_${pkgver}-1_amd64.deb")
-sha256sums=('75e4015665933712068b0b115a8c03721d5064153b43cf2063b168444ac0b666')
+sha256sums=('ad6d3550baa83e4a494856582a3a352c9aa02905e8a31648306ec795ca707cf3')
package() {
cd "$srcdir"