This commit is contained in:
Patrick Münch 2023-10-24 20:31:13 +00:00
parent dbc285183c
commit 6505a3ea39
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 = 9.3.1
pkgver = 9.3.2
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = MPL 2.0
depends = cnquery
source = https://releases.mondoo.com/cnspec/9.3.1/cnspec_9.3.1_linux_amd64.tar.gz
sha256sums = bbf1b5460c6a7b893dfcb379caa99e9b57542d96eb21c6cfb23814d5ceec4d4a
source = https://releases.mondoo.com/cnspec/9.3.2/cnspec_9.3.2_linux_amd64.tar.gz
sha256sums = 1ac8b9046d7756cef797a047477f260bd4c47b6217c06a5496668ca8263539d5
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="9.3.1"
orignalVersion="9.3.2"
pkgver="${orignalVersion/-/_}"
pkgrel=1
pkgdesc="Cloud-Native Security and Policy Framework "
@ -15,7 +15,7 @@ source=(
arch=('x86_64')
depends=('cnquery')
sha256sums=('bbf1b5460c6a7b893dfcb379caa99e9b57542d96eb21c6cfb23814d5ceec4d4a'
sha256sums=('1ac8b9046d7756cef797a047477f260bd4c47b6217c06a5496668ca8263539d5'
)