summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-11-06 17:00:57 -0800
committerTrevor Bramble2018-11-06 17:00:57 -0800
commite5fc95bdac10277cdc8089c514229628d73f8f0f (patch)
treeb2bd4fdaf35ad942840b6468f969934aac49a3b4
parentc2362d3d0a944ac487e5e2fb4719cfea79958170 (diff)
downloadaur-e5fc95bdac10277cdc8089c514229628d73f8f0f.tar.gz
Update version: 3.3.23 → 3.4.38
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2924cc6a149b..3902455983c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 4 17:41:21 UTC 2018
+# Wed Nov 7 01:00:13 UTC 2018
pkgbase = chef-dk
pkgdesc = The Chef development kit contains all the tools you need to develop and test your infrastructure, built by the awesome Chef community.
- pkgver = 3.3.23
+ pkgver = 3.4.38
pkgrel = 1
url = https://downloads.chef.io/chef-dk/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = chef-dk
conflicts = chef-solo
conflicts = chef-client
conflicts = chef-workstation
- source = https://packages.chef.io/files/stable/chefdk/3.3.23/debian/9/chefdk_3.3.23-1_amd64.deb
- sha512sums = c1141ed0182897d4b6c6d3531d46213494103fd60a761598b9b587c0323af751a6ee4b882a01e021005defe07918f02ee180ff43b444610400e8c715a1270c92
+ source = https://packages.chef.io/files/stable/chefdk/3.4.38/debian/9/chefdk_3.4.38-1_amd64.deb
+ sha256sums = c8ce6e82b32184e315c5d24dcc516bbaafa461a0684b0416e5c0c772127a8efc
pkgname = chef-dk
diff --git a/PKGBUILD b/PKGBUILD
index 216d75fdeb59..e2f67472aec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=chef-dk
-pkgver=3.3.23
+pkgver=3.4.38
pkgrel=1
pkgdesc="The Chef development kit contains all the tools you need to develop and test your infrastructure, built by the awesome Chef community."
arch=('x86_64')
@@ -10,11 +10,11 @@ license=('Apache')
depends=()
conflicts=(chef chef-solo chef-client chef-workstation)
source=("https://packages.chef.io/files/stable/chefdk/${pkgver}/debian/9/chefdk_${pkgver}-1_amd64.deb")
-sha512sums=('c1141ed0182897d4b6c6d3531d46213494103fd60a761598b9b587c0323af751a6ee4b882a01e021005defe07918f02ee180ff43b444610400e8c715a1270c92')
+sha256sums=('c8ce6e82b32184e315c5d24dcc516bbaafa461a0684b0416e5c0c772127a8efc')
package() {
cd "$srcdir"
- bsdtar -xf data.tar.gz -C "$pkgdir"
+ bsdtar -xf data.tar.xz -C "$pkgdir"
# cleanup .git folders, any idea why they are in the package?
find $pkgdir -type d -name ".git" | xargs rm -rf