This commit is contained in:
Patrick Münch 2025-03-18 11:12:27 +00:00
parent 6ceb4ec42c
commit 584c4138cd
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.45.1
pkgver = 11.46.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
source = https://releases.mondoo.com/cnquery/11.45.1/cnquery_11.45.1_linux_amd64.tar.gz
sha256sums = 299162308a0e2117ad6b7ef1cc302ce6191286374313c0b33951696387a7941a
source = https://releases.mondoo.com/cnquery/11.46.0/cnquery_11.46.0_linux_amd64.tar.gz
sha256sums = 50d32da9821e1707bfdd94b218c979a29cdc55065fad228c89d43e06617b341c
pkgname = cnquery

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnquery
orignalVersion="11.45.1"
orignalVersion="11.46.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=('299162308a0e2117ad6b7ef1cc302ce6191286374313c0b33951696387a7941a'
sha256sums=('50d32da9821e1707bfdd94b218c979a29cdc55065fad228c89d43e06617b341c'
)