summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Moore2024-02-22 15:22:34 -0500
committerTom Moore2024-02-22 15:22:34 -0500
commiteb8b28f087ae8ec7dfc94d39c30684740c78fab5 (patch)
treeb3b695d067d98ed9e804c99818ae5ae5a72e9be2
parent6232bcef0edcb8cc55f259ca32175db41230fd3a (diff)
downloadaur-chef-workstation.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d8fe0199f9..d2019bf99837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chef-workstation
pkgdesc = Chef's developer toolkit that includes Infra, InSpec, Habitat, and tools like knife.
- pkgver = 23.12.1055
- pkgrel = 2
+ pkgver = 24.2.1058
+ pkgrel = 1
url = https://www.chef.io/downloads/tools/workstation
arch = x86_64
license = custom:Chef EULA
@@ -10,7 +10,7 @@ pkgbase = chef-workstation
conflicts = chef-solo
conflicts = cinc
replaces = chef-dk
- source = https://packages.chef.io/repos/apt/stable/ubuntu/20.04/chef-workstation_23.12.1055-1_amd64.deb
+ source = https://packages.chef.io/repos/apt/stable/ubuntu/20.04/chef-workstation_24.2.1058-1_amd64.deb
sha256sums = 383b269ef486018b9d36849ba6267054085c296a097adf1bd00bd7446dee7452
pkgname = chef-workstation
diff --git a/PKGBUILD b/PKGBUILD
index 4c6e8bd4b272..bcd0112fdf62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
# shellcheck disable=SC2154 # Ignore "unassigned" references to $srcdir and $pkgdir
pkgname=chef-workstation
-pkgver=23.12.1055
-pkgrel=2
+pkgver=24.2.1058
+pkgrel=1
pkgdesc="Chef's developer toolkit that includes Infra, InSpec, Habitat, and tools like knife."
arch=('x86_64')
url="https://www.chef.io/downloads/tools/workstation"
@@ -19,7 +19,7 @@ depends=()
conflicts=(chef-dk chef chef-solo cinc)
replaces=('chef-dk')
source=("https://packages.chef.io/repos/apt/stable/ubuntu/20.04/chef-workstation_$pkgver-1_amd64.deb")
-sha256sums=('383b269ef486018b9d36849ba6267054085c296a097adf1bd00bd7446dee7452')
+sha256sums=('578d64a0a02495d748799ccc2bc3881870a22fa2cc1dece18b10291553a8371a')
package() {
depends=('libxcrypt-compat')