This commit is contained in:
Patrick Münch 2025-11-25 13:20:30 +00:00
parent 9c538a1125
commit c1f416c20e
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 = 12.10.0
pkgver = 12.11.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/12.10.0/cnspec_12.10.0_linux_amd64.tar.gz
sha256sums = 5d006e99e761b1bf3bb6dc8902a8763a100935dadd333c536a9f36980bc9dd22
source = https://releases.mondoo.com/cnspec/12.11.0/cnspec_12.11.0_linux_amd64.tar.gz
sha256sums = 3a8ca413c0cc86666ca28b3200ae07e6c17f5f41a2decd432a57b8fb72ba5fcb
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="12.10.0"
orignalVersion="12.11.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=('5d006e99e761b1bf3bb6dc8902a8763a100935dadd333c536a9f36980bc9dd22'
sha256sums=('3a8ca413c0cc86666ca28b3200ae07e6c17f5f41a2decd432a57b8fb72ba5fcb'
)