This commit is contained in:
Patrick Münch 2025-03-25 22:24:07 +00:00
parent 1a6053abb6
commit 93cf6d4fa5
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.47.0
pkgver = 11.47.1
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/11.47.0/cnspec_11.47.0_linux_amd64.tar.gz
sha256sums = aa4bc5f48e87864544d3e2205c0d961c075f2d2bfe77429439bc2d4008b05e14
source = https://releases.mondoo.com/cnspec/11.47.1/cnspec_11.47.1_linux_amd64.tar.gz
sha256sums = a7784592ffbb63e71b5349a75d60ab09fc2c4cec92dc7f0740e64c8ffaf2252f
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="11.47.0"
orignalVersion="11.47.1"
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=('aa4bc5f48e87864544d3e2205c0d961c075f2d2bfe77429439bc2d4008b05e14'
sha256sums=('a7784592ffbb63e71b5349a75d60ab09fc2c4cec92dc7f0740e64c8ffaf2252f'
)