summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Baum2020-01-17 10:27:55 +0100
committerJoris Baum2020-01-17 10:27:55 +0100
commite1aac7c46557dbdf147f9f1e9e7ec165086818a8 (patch)
tree588d420a65720c21c59ae2c6bfc6ece24e22ce40
parent66c08ba287299ab8b04929cd54dbcb79c565275e (diff)
downloadaur-chef-dk-free.tar.gz
3.12.10 -> 3.13.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50e801954d19..110d632475a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = chef-dk-free
pkgdesc = The Chef development kit contains all the tools you need to develop and test your infrastructure, built by the awesome Chef community. Non-commercial, free distribution.
- pkgver = 3.12.10
+ pkgver = 3.13.1
pkgrel = 1
- url = https://downloads.chef.io/chef-dk/
+ url = https://downloads.chef.io/chefdk/
arch = x86_64
license = Apache
conflicts = chef
@@ -10,8 +10,8 @@ pkgbase = chef-dk-free
conflicts = chef-dk
conflicts = chef-solo
conflicts = chef-workstation
- source = https://packages.chef.io/files/stable/chefdk/3.12.10/debian/9/chefdk_3.12.10-1_amd64.deb
- sha256sums = bc24c810aca81d4b2add7a99709247182e812783298ddc54998e6844b54e8e60
+ source = https://packages.chef.io/files/stable/chefdk/3.13.1/debian/9/chefdk_3.13.1-1_amd64.deb
+ sha256sums = 455bdb8828a1f9f50eb12dba49343cf77a165381eba3f4bed6a10a11c87d03c3
pkgname = chef-dk-free
diff --git a/PKGBUILD b/PKGBUILD
index 7c151ba5c1bd..e499904e3f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Marc Paradise <marc.paradise+aur@gmail.com>
pkgname=chef-dk-free
-pkgver=3.12.10
+pkgver=3.13.1
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. Non-commercial, free distribution."
arch=('x86_64')
-url="https://downloads.chef.io/chef-dk/"
+url="https://downloads.chef.io/chefdk/"
license=('Apache')
depends=()
conflicts=(chef chef-client chef-dk chef-solo chef-workstation)
source=("https://packages.chef.io/files/stable/chefdk/${pkgver}/debian/9/chefdk_${pkgver}-1_amd64.deb")
-sha256sums=('bc24c810aca81d4b2add7a99709247182e812783298ddc54998e6844b54e8e60')
+sha256sums=('455bdb8828a1f9f50eb12dba49343cf77a165381eba3f4bed6a10a11c87d03c3')
package() {
cd "$srcdir"