summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Baum2019-07-16 10:28:41 +0200
committerJoris Baum2019-07-16 10:28:41 +0200
commitb9ce6178437c6b9ee89c211e22b9927e797d52e4 (patch)
treea971568791a100d9e134c3bcccfc5469197c1502
parent703eb86a59e3ff53f6e3f8bdf7fafafcadb5a951 (diff)
downloadaur-b9ce6178437c6b9ee89c211e22b9927e797d52e4.tar.gz
Change to free version of chef
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 391cab1f9ca3..3cf229e6b75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
-pkgbase = chef-dk
+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.
- pkgver = 4.1.7
+ pkgver = 3.11.3
pkgrel = 1
url = https://downloads.chef.io/chef-dk/
arch = x86_64
license = Apache
conflicts = chef
- conflicts = chef-solo
conflicts = chef-client
+ conflicts = chef-dk
+ conflicts = chef-solo
conflicts = chef-workstation
- source = https://packages.chef.io/files/stable/chefdk/4.1.7/debian/9/chefdk_4.1.7-1_amd64.deb
- sha256sums = e5e45b48d4eccbd042cb302d9faae455bf376640e6dd8d9a8ac82df0da685cf4
+ source = https://packages.chef.io/files/stable/chefdk/3.11.3/debian/9/chefdk_3.11.3-1_amd64.deb
+ sha256sums = ae852f6ba322802d5257042e9f86f2553d7605592965481ac1d354b4b2524b8c
-pkgname = chef-dk
+pkgname = chef-dk-free
diff --git a/PKGBUILD b/PKGBUILD
index d7ba17fe3577..a537b2414c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Marc Paradise <marc.paradise+aur@gmail.com>
-pkgname=chef-dk
-pkgver=4.1.7
+pkgname=chef-dk-free
+pkgver=3.11.3
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-client chef-dk chef-solo chef-workstation)
source=("https://packages.chef.io/files/stable/chefdk/${pkgver}/debian/9/chefdk_${pkgver}-1_amd64.deb")
-sha256sums=('e5e45b48d4eccbd042cb302d9faae455bf376640e6dd8d9a8ac82df0da685cf4')
+sha256sums=('ae852f6ba322802d5257042e9f86f2553d7605592965481ac1d354b4b2524b8c')
package() {
cd "$srcdir"