summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramble2018-09-14 10:38:55 -0700
committerTrevor Bramble2018-09-14 10:38:55 -0700
commit73e1a8b3d5fd2fc48321b80da87f05bd5d1ce177 (patch)
tree16bb8712ab21ff15be340503bc228d45af57a59b
parentcc8aaee67b7961398a0d07d6aa5e38ea3a0f785f (diff)
downloadaur-73e1a8b3d5fd2fc48321b80da87f05bd5d1ce177.tar.gz
Update version: 3.1.0 → 3.2.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b59b0bf2fa..3754637184de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 6 17:32:02 UTC 2018
+# Fri Sep 14 17:28:51 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.1.0
+ pkgver = 3.2.30
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.1.0/debian/9/chefdk_3.1.0-1_amd64.deb
- sha512sums = c46c01a6e4e8010671b554648c0d844310b443e5825f1a0054b1889dc7cc8353293c97a8c7ec8df2ad2d1c303fd139d767ab424692de12c4ac46c33af889aa2d
+ source = https://packages.chef.io/files/stable/chefdk/3.2.30/debian/9/chefdk_3.2.30-1_amd64.deb
+ sha512sums = 705cd412420ae94434143e1defa0a256facd25317b028bb1d28750614588e86e390475e33476181aeecb8ec13b386a1eb7cafc2737691b7b5223959933070706
pkgname = chef-dk
diff --git a/PKGBUILD b/PKGBUILD
index 51a35987bfe8..afc48911d846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Trevor Bramble <inbox@trevorbramble.com>
pkgname=chef-dk
-pkgver=3.1.0
+pkgver=3.2.30
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,7 +10,7 @@ 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=('c46c01a6e4e8010671b554648c0d844310b443e5825f1a0054b1889dc7cc8353293c97a8c7ec8df2ad2d1c303fd139d767ab424692de12c4ac46c33af889aa2d')
+sha512sums=('705cd412420ae94434143e1defa0a256facd25317b028bb1d28750614588e86e390475e33476181aeecb8ec13b386a1eb7cafc2737691b7b5223959933070706')
package() {
cd "$srcdir"