summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-10-04 10:45:25 -0700
committerTrevor Bramble2018-10-04 10:45:25 -0700
commitc2362d3d0a944ac487e5e2fb4719cfea79958170 (patch)
tree6bf2a054aa525245a48b316fef674da1058f3035
parent73e1a8b3d5fd2fc48321b80da87f05bd5d1ce177 (diff)
downloadaur-c2362d3d0a944ac487e5e2fb4719cfea79958170.tar.gz
Update version: 3.2.30 → 3.3.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3754637184de..2924cc6a149b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 14 17:28:51 UTC 2018
+# Thu Oct 4 17:41:21 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.2.30
+ pkgver = 3.3.23
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.2.30/debian/9/chefdk_3.2.30-1_amd64.deb
- sha512sums = 705cd412420ae94434143e1defa0a256facd25317b028bb1d28750614588e86e390475e33476181aeecb8ec13b386a1eb7cafc2737691b7b5223959933070706
+ source = https://packages.chef.io/files/stable/chefdk/3.3.23/debian/9/chefdk_3.3.23-1_amd64.deb
+ sha512sums = c1141ed0182897d4b6c6d3531d46213494103fd60a761598b9b587c0323af751a6ee4b882a01e021005defe07918f02ee180ff43b444610400e8c715a1270c92
pkgname = chef-dk
diff --git a/PKGBUILD b/PKGBUILD
index afc48911d846..216d75fdeb59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=chef-dk
-pkgver=3.2.30
+pkgver=3.3.23
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')
url="https://downloads.chef.io/chef-dk/"
license=('Apache')
depends=()
-conflicts=( chef chef-solo chef-client chef-workstation )
+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=('705cd412420ae94434143e1defa0a256facd25317b028bb1d28750614588e86e390475e33476181aeecb8ec13b386a1eb7cafc2737691b7b5223959933070706')
+sha512sums=('c1141ed0182897d4b6c6d3531d46213494103fd60a761598b9b587c0323af751a6ee4b882a01e021005defe07918f02ee180ff43b444610400e8c715a1270c92')
package() {
cd "$srcdir"