summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ray2021-02-09 18:11:04 +1100
committerMatt Ray2021-02-09 18:11:04 +1100
commit29e12063c957dc6675d97d8b686efa95ea60ff6f (patch)
treec620f319d8e22805fdf2dccc033a24a936f57dd6
parentf581ae3337734f22268f2a2e33bbafbc8b254b99 (diff)
downloadaur-29e12063c957dc6675d97d8b686efa95ea60ff6f.tar.gz
Cinc 16.10.8 and add chef-client conflict
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a608e19dc0..19f6a73de801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cinc
pkgdesc = The Cinc Client installation package includes everything you need to start converging your machines.
- pkgver = 16.7.61
+ pkgver = 16.10.8
pkgrel = 1
url = https://cinc.sh/download/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = cinc
conflicts = chef-client
conflicts = chef-solo
conflicts = chef-dk
- source = http://downloads.cinc.sh/files/stable/cinc/16.7.61/ubuntu/20.04/cinc_16.7.61-1_amd64.deb
- sha256sums = 6e9e636e3febb65b6e36cedbac6247e8f65e876027cd0cbc48ba5f181a860c03
+ source = http://downloads.cinc.sh/files/stable/cinc/16.10.8/ubuntu/20.04/cinc_16.10.8-1_amd64.deb
+ sha256sums = a16558d84e5538500ea135e62a5bb7bbfd95e04a369a41c2f0d1fe58b30d81e5
pkgname = cinc
diff --git a/PKGBUILD b/PKGBUILD
index 176dbd2eccff..0269098ad413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=cinc
-pkgver=16.7.61
+pkgver=16.10.8
pkgrel=1
_ubuntuver=xenial
pkgdesc="The Cinc installation package includes everything you need to start converging your machines."
@@ -9,9 +9,9 @@ arch=('x86_64')
url="https://cinc.sh/download/"
license=('Apache')
depends=()
-conflicts=(chef chef-solo chef-dk)
+conflicts=(chef chef-solo chef-dk chef-client)
source=("http://downloads.cinc.sh/files/stable/cinc/${pkgver}/ubuntu/20.04/cinc_${pkgver}-1_amd64.deb")
-sha256sums=('6e9e636e3febb65b6e36cedbac6247e8f65e876027cd0cbc48ba5f181a860c03')
+sha256sums=('a16558d84e5538500ea135e62a5bb7bbfd95e04a369a41c2f0d1fe58b30d81e5')
package() {
cd "$srcdir"