This commit is contained in:
Patrick Münch 2023-10-26 16:54:03 +00:00
parent 50914c781e
commit 45a4eb8fec
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.4
pkgver = 9.3.5
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = MPL 2.0
depends = cnquery
source = https://releases.mondoo.com/cnspec/9.3.4/cnspec_9.3.4_linux_amd64.tar.gz
sha256sums = daa196c19a9c6269628fb6a4d56dbab8959e7e59ce408d5ad678f59dfff4440b
source = https://releases.mondoo.com/cnspec/9.3.5/cnspec_9.3.5_linux_amd64.tar.gz
sha256sums = 6c6ee791f69c6f379d2cf8fe75f6a77cbdbdec1ef0d7c7149b40ab59498dbfda
pkgname = cnspec

View file

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