summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vikstrom2018-10-21 08:07:00 +0200
committerSimon Vikstrom2018-10-21 08:07:00 +0200
commit8e90e4f7daa8f505bc49b8878753fb3788ab8c8a (patch)
tree74c0f45dedd46bcf29d5758f7706dc5e547fc72d
parent24ca873c6f22892e37e22a19889509e99086afb7 (diff)
downloadaur-8e90e4f7daa8f505bc49b8878753fb3788ab8c8a.tar.gz
New upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066b98463b2e..86ad261f84e0 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 = 14.0.190
+ pkgver = 14.5.33
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.0.190/ubuntu/16.04/chef_14.0.190-1_amd64.deb
- sha256sums = 26c31070a71309709ed1d19b796ad0b47a283c5c21930906f19e0771a5dd1c1b
+ source = https://packages.chef.io/files/stable/chef/14.5.33/ubuntu/18.04/chef_14.5.33-1_amd64.deb
+ sha256sums = 6d699fb7da8eaeb09c385fc6b65401fa8160b7714f8b4bce2fb558a76070fa31
pkgname = chef-client
diff --git a/PKGBUILD b/PKGBUILD
index fa5132c2becc..2ac14ea0457d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=chef-client
-pkgver=14.0.190
+pkgver=14.5.33
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/files/stable/chef/${pkgver}/ubuntu/16.04/chef_${pkgver}-1_amd64.deb")
-sha256sums=('26c31070a71309709ed1d19b796ad0b47a283c5c21930906f19e0771a5dd1c1b')
+source=("https://packages.chef.io/files/stable/chef/${pkgver}/ubuntu/18.04/chef_${pkgver}-1_amd64.deb")
+sha256sums=('6d699fb7da8eaeb09c385fc6b65401fa8160b7714f8b4bce2fb558a76070fa31')
package() {
cd "$srcdir"