This commit is contained in:
Patrick Münch 2025-02-25 13:59:18 +00:00
parent b96f9a1c26
commit 868786dc40
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.42.0
pkgver = 11.43.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
source = https://releases.mondoo.com/cnquery/11.42.0/cnquery_11.42.0_linux_amd64.tar.gz
sha256sums = 281d5fd9ce8e3c2d46fcb123a91549837dacf81616430a75a110d43e4b863bea
source = https://releases.mondoo.com/cnquery/11.43.0/cnquery_11.43.0_linux_amd64.tar.gz
sha256sums = f08c730c303fea010fb4c93154beeb3c39ca0ac1050d1eaa30dbfadc496b722d
pkgname = cnquery

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnquery
orignalVersion="11.42.0"
orignalVersion="11.43.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=('281d5fd9ce8e3c2d46fcb123a91549837dacf81616430a75a110d43e4b863bea'
sha256sums=('f08c730c303fea010fb4c93154beeb3c39ca0ac1050d1eaa30dbfadc496b722d'
)