This commit is contained in:
Patrick Münch 2025-03-12 04:33:38 +00:00
parent 546ef440f2
commit 6ceb4ec42c
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.0
pkgver = 11.45.1
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
source = https://releases.mondoo.com/cnquery/11.45.0/cnquery_11.45.0_linux_amd64.tar.gz
sha256sums = 40010d4ca2854cae8e860b2ab2f3b81cfaa1129383b1027163da7a4de2e1c822
source = https://releases.mondoo.com/cnquery/11.45.1/cnquery_11.45.1_linux_amd64.tar.gz
sha256sums = 299162308a0e2117ad6b7ef1cc302ce6191286374313c0b33951696387a7941a
pkgname = cnquery

View file

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