This commit is contained in:
Patrick Münch 2025-08-19 10:12:59 +00:00
parent ef7766a58b
commit a970cd4457
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = cnquery
pkgdesc = Cloud-Native Query - Asset Inventory Framework
pkgver = 11.67.1
pkgver = 11.68.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
source = https://releases.mondoo.com/cnquery/11.67.1/cnquery_11.67.1_linux_amd64.tar.gz
sha256sums = 2f92dc6343c04e232afc2495762136041bc3319ddec6f6830b2b1ab38f96ca10
source = https://releases.mondoo.com/cnquery/11.68.0/cnquery_11.68.0_linux_amd64.tar.gz
sha256sums = 314728e55bd0c5b53289ee0ec8f1279fe1c81d0d38ae60c6bc4b01ecd1d8fc13
pkgname = cnquery

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnquery
orignalVersion="11.67.1"
orignalVersion="11.68.0"
pkgver="${orignalVersion/-/_}"
pkgrel=1
pkgdesc="Cloud-Native Query - Asset Inventory Framework"
@ -14,7 +14,7 @@ source=("https://releases.mondoo.com/cnquery/${orignalVersion}/cnquery_${orignal
arch=('x86_64')
depends=()
sha256sums=('2f92dc6343c04e232afc2495762136041bc3319ddec6f6830b2b1ab38f96ca10'
sha256sums=('314728e55bd0c5b53289ee0ec8f1279fe1c81d0d38ae60c6bc4b01ecd1d8fc13'
)