This commit is contained in:
Patrick Münch 2025-09-16 10:17:56 +00:00
parent 7b6f5a4d4c
commit 4ccdf925c6
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.0.0
pkgver = 12.1.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/12.0.0/cnspec_12.0.0_linux_amd64.tar.gz
sha256sums = 36e743d3756ed9b574494706bc290d574dbc6702f1291a784e8b856147252e57
source = https://releases.mondoo.com/cnspec/12.1.0/cnspec_12.1.0_linux_amd64.tar.gz
sha256sums = 84f5e5ac58094c086b9f968a9ddb901e002cc6e27c57231f2431001ff601d6e4
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="12.0.0"
orignalVersion="12.1.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=('36e743d3756ed9b574494706bc290d574dbc6702f1291a784e8b856147252e57'
sha256sums=('84f5e5ac58094c086b9f968a9ddb901e002cc6e27c57231f2431001ff601d6e4'
)