summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorТомас2022-04-08 16:31:22 -0500
committerТомас2022-04-08 16:31:22 -0500
commit0f7b24284b82a227eafa6156bcbebdb47ac517a4 (patch)
tree32bf8d557fb25e5c4c27fe9ab99a4cc46a977d08
parent04a0f80c2841d34ca35c4f764518d2a88c88d34e (diff)
downloadaur-0f7b24284b82a227eafa6156bcbebdb47ac517a4.tar.gz
16.12.3 → 17.10.3
Signed-off-by: Томас <70m4c@70m4c.su>
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26fd91723ff1..06f686439329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = chef-client
- pkgdesc = The Chef Infra Client installation package includes everything you need to start converging your machines.
- pkgver = 16.12.3
+ pkgdesc = The Chef Client installation package includes everything you need to start converging your machines.
+ pkgver = 17.10.3
pkgrel = 1
url = https://downloads.chef.io/chef-client/
arch = x86_64
- license = Apache
+ license = custom:Chef EULA
conflicts = chef
- conflicts = cinc
conflicts = chef-solo
conflicts = chef-dk
- source = https://packages.chef.io/files/stable/chef/16.12.3/ubuntu/20.04/chef_16.12.3-1_amd64.deb
- sha256sums = e2ef7f9bb58a466ab9cce93e4a593cb62eaa49c6e7719d6cff0cb1d92b279a7a
+ conflicts = cinc
+ source = https://packages.chef.io/files/stable/chef/17.10.3/ubuntu/18.04/chef_17.10.3-1_amd64.deb
+ sha256sums = bcf012a2e1b632db09a2469cbfabb7363df4586c51e7d58cb851bc85166c267a
pkgname = chef-client
+ depends = libxcrypt-compat
diff --git a/PKGBUILD b/PKGBUILD
index a591cb3b7482..0df1154488f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# shellcheck disable=SC2154 # Ignore "unassigned" references to $srcdir and $pkgdir
pkgname=chef-client
-pkgver=16.12.3
+pkgver=17.10.3
pkgrel=1
pkgdesc="The Chef Client installation package includes everything you need to start converging your machines."
arch=('x86_64')
@@ -13,8 +13,8 @@ url="https://downloads.chef.io/chef-client/"
license=('custom:Chef EULA')
depends=()
conflicts=(chef chef-solo chef-dk cinc)
-source=("https://packages.chef.io/files/stable/chef/${pkgver}/ubuntu/20.04/chef_${pkgver}-1_amd64.deb")
-sha256sums=('e2ef7f9bb58a466ab9cce93e4a593cb62eaa49c6e7719d6cff0cb1d92b279a7a')
+source=('https://packages.chef.io/files/stable/chef/17.10.3/ubuntu/18.04/chef_17.10.3-1_amd64.deb')
+sha256sums=('bcf012a2e1b632db09a2469cbfabb7363df4586c51e7d58cb851bc85166c267a')
package() {
depends=('libxcrypt-compat')