summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Vikstrom2016-12-12 22:08:08 +0100
committerSimon Vikstrom2016-12-12 22:08:08 +0100
commitfb8f3dedfbff863932173d772034af08626c9101 (patch)
tree0538a523b0aefcd5b1eaf82e152bc0348ec28204
parent88bc1a25e93bbbccba64f2a30e293498a4ac1ca6 (diff)
downloadaur-fb8f3dedfbff863932173d772034af08626c9101.tar.gz
Update to 12.17.44
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42204bd4d28a..cc12008431b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Thu Nov 10 00:51:08 UTC 2016
pkgbase = chef-client
pkgdesc = The Chef Client installation package includes everything you need to start converging your machines.
- pkgver = 12.16.42
+ pkgver = 12.17.44
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/12.04/chef_12.16.42-1_amd64.deb
- sha512sums = fc9adbb6dec79f432c37df2a5682627b72cd49ec207824a10edd985b3cb7bb6df987da0254c9f427cfcd2179048d0b4cc690fcb061dba7bd0b7e9c19585e10bd
+ source = https://packages.chef.io/stable/ubuntu/12.04/chef_12.17.44-1_amd64.deb
+ sha512sums = c29122c7da1a7757daa3796e1ed5c481c99399d80ad396f43c9b68fb1051fd418e1fa24b8302c03e8acee061490bddc24e14280628c88cd221fc396150fdc6af
pkgname = chef-client
diff --git a/PKGBUILD b/PKGBUILD
index d7dd399eddc5..62b94bd8688a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: Simon Vikstrom <aur@devsn.se>
pkgname=chef-client
-pkgver=12.16.42
+pkgver=12.17.44
pkgrel=1
-_ubuntuver=raring
-_ubunturel=4
+_ubuntuver=xenial
pkgdesc="The Chef Client installation package includes everything you need to start converging your machines."
arch=('x86_64')
url="https://downloads.chef.io/chef-client/"
@@ -12,7 +11,7 @@ license=('Apache')
depends=()
conflicts=( chef chef-solo )
source=("https://packages.chef.io/stable/ubuntu/12.04/chef_${pkgver}-1_amd64.deb")
-sha512sums=('fc9adbb6dec79f432c37df2a5682627b72cd49ec207824a10edd985b3cb7bb6df987da0254c9f427cfcd2179048d0b4cc690fcb061dba7bd0b7e9c19585e10bd')
+sha512sums=('c29122c7da1a7757daa3796e1ed5c481c99399d80ad396f43c9b68fb1051fd418e1fa24b8302c03e8acee061490bddc24e14280628c88cd221fc396150fdc6af')
package() {
cd "$srcdir"