This commit is contained in:
Patrick Münch 2025-02-18 14:24:05 +00:00
parent 8b2acaa775
commit daadbbc7d0
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.41.0
pkgver = 11.42.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/11.41.0/cnspec_11.41.0_linux_amd64.tar.gz
sha256sums = a54dc267db3c68fb7ac581850c8bf9af7befc4e7f4842e8f4e0095700cc7cf56
source = https://releases.mondoo.com/cnspec/11.42.0/cnspec_11.42.0_linux_amd64.tar.gz
sha256sums = 0fdaba849a185481f8467026dd1d787d1f0ad2f1a726bff0baef668db54daf18
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="11.41.0"
orignalVersion="11.42.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=('a54dc267db3c68fb7ac581850c8bf9af7befc4e7f4842e8f4e0095700cc7cf56'
sha256sums=('0fdaba849a185481f8467026dd1d787d1f0ad2f1a726bff0baef668db54daf18'
)