summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Otlewski2022-11-22 15:01:45 +0100
committerPaweł Otlewski2022-11-22 15:01:45 +0100
commitc68d1146ece7a1444ee22acbf4bfa6102cb2c811 (patch)
tree10ed2abe90d94ee3983e666b94820f743b877724
parent7aa3b6ba2011428b55bfe107fb4f7452c83a063e (diff)
downloadaur-c68d1146ece7a1444ee22acbf4bfa6102cb2c811.tar.gz
Update to 22.10.1103
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--Rakefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 024274bfbd7a..42384ca770b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = chef-workstation
conflicts = chef
conflicts = chef-solo
conflicts = cinc
- source = https://packages.chef.io/files/stable/chef-workstation/22.4.861/ubuntu/18.04/chef-workstation_22.4.861-1_amd64.deb
- sha256sums = 1a1522e20cc4d031cfd1d3ccef93177bb54e07bed30707d089f265360083af78
+ source = https://packages.chef.io/files/stable/chef-workstation/22.10.1013/debian/11/chef-workstation_22.10.1013-1_amd64.deb
+ sha256sums = 487a98f9841be9b45a478fbf5dbdf7c9a82d998450474ed2ddd6ee3f443e41c7
pkgname = chef-workstation
depends = libxcrypt-compat
diff --git a/PKGBUILD b/PKGBUILD
index 9983197fb6c6..fe1dbe46b11e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# shellcheck disable=SC2154 # Ignore "unassigned" references to $srcdir and $pkgdir
pkgname=chef-workstation
-pkgver=22.4.861
+pkgver=22.10.1013
pkgrel=1
pkgdesc="Chef's developer toolkit that includes Infra, InSpec, Habitat, and tools like knife."
arch=('x86_64')
@@ -14,8 +14,8 @@ license=('custom:Chef EULA')
depends=()
conflicts=(chef-dk chef chef-solo cinc)
replaces=('chef-dk')
-source=('https://packages.chef.io/files/stable/chef-workstation/22.4.861/ubuntu/18.04/chef-workstation_22.4.861-1_amd64.deb')
-sha256sums=('1a1522e20cc4d031cfd1d3ccef93177bb54e07bed30707d089f265360083af78')
+source=('https://packages.chef.io/files/stable/chef-workstation/22.10.1013/debian/11/chef-workstation_22.10.1013-1_amd64.deb')
+sha256sums=('487a98f9841be9b45a478fbf5dbdf7c9a82d998450474ed2ddd6ee3f443e41c7')
package() {
depends=('libxcrypt-compat')
diff --git a/Rakefile b/Rakefile
index 0c5c859f5f0e..2fbde29a60f3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,8 +7,8 @@ require 'mixlib/install'
chefio_options = {
channel: :stable,
product_name: 'chef-workstation',
- platform: "ubuntu",
- platform_version: "18.04",
+ platform: "debian",
+ platform_version: "11",
architecture: "x86_64"
}