summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Münch2023-03-14 23:32:37 +0000
committerPatrick Münch2023-03-14 23:32:37 +0000
commit584dae0905ca2f732b0033b6eeb6d3fc7f1fbce6 (patch)
tree6e1f45675a94b243bbc38953ac5e65117dc95260
parentd90a04fb025213f452f956729e763860d0e93d11 (diff)
downloadaur-584dae0905ca2f732b0033b6eeb6d3fc7f1fbce6.tar.gz
8.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a9580718ce..3da2e8d31046 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cnspec
pkgdesc = Cloud-Native Security and Policy Framework
- pkgver = 7.19.2
+ pkgver = 8.0.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = MPL 2.0
depends = cnquery
- source = https://releases.mondoo.com/cnspec/7.19.2/cnspec_7.19.2_linux_amd64.tar.gz
- sha256sums = 93605dee7dd8343f4ca109635a9696245f774ea61fccea5942a4e6cb15655781
+ source = https://releases.mondoo.com/cnspec/8.0.0/cnspec_8.0.0_linux_amd64.tar.gz
+ sha256sums = 26d4a612a544be7d0a0403f2c6bb0ced04f28994f460a042927cb8add038f60d
pkgname = cnspec
diff --git a/PKGBUILD b/PKGBUILD
index c4f940a1d489..27303e1a915a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
-orignalVersion="7.19.2"
+orignalVersion="8.0.0"
pkgver="${orignalVersion/-/_}"
pkgrel=1
pkgdesc="Cloud-Native Security and Policy Framework "
@@ -15,7 +15,7 @@ source=(
arch=('x86_64')
depends=('cnquery')
-sha256sums=('93605dee7dd8343f4ca109635a9696245f774ea61fccea5942a4e6cb15655781'
+sha256sums=('26d4a612a544be7d0a0403f2c6bb0ced04f28994f460a042927cb8add038f60d'
)