This commit is contained in:
Patrick Münch 2025-04-08 04:33:10 +00:00
parent db140ba56d
commit 5aa050f18c
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
pkgbase = cnspec
pkgdesc = Cloud-Native Security and Policy Framework
pkgver = 11.48.0
pkgver = 11.49.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/11.48.0/cnspec_11.48.0_linux_amd64.tar.gz
sha256sums = d4bc0eef6457492e7ae8c9246ad059f068ae817afe208762c13d75ce2a3c0e69
source = https://releases.mondoo.com/cnspec/11.49.0/cnspec_11.49.0_linux_amd64.tar.gz
sha256sums = ecba5bde9033213b5aa4f5fa300ecc5d0e3e7f9605e272c2431a0f3a0e6f68e4
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="11.48.0"
orignalVersion="11.49.0"
pkgver="${orignalVersion/-/_}"
pkgrel=1
pkgdesc="Cloud-Native Security and Policy Framework "
@ -14,7 +14,7 @@ source=("https://releases.mondoo.com/cnspec/${orignalVersion}/cnspec_${orignalVe
arch=('x86_64')
depends=('cnquery')
sha256sums=('d4bc0eef6457492e7ae8c9246ad059f068ae817afe208762c13d75ce2a3c0e69'
sha256sums=('ecba5bde9033213b5aa4f5fa300ecc5d0e3e7f9605e272c2431a0f3a0e6f68e4'
)