diff --git a/.SRCINFO b/.SRCINFO index 9703f18d35ab..bfa2e6068484 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 9.6.1 + pkgver = 9.7.1 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = MPL 2.0 depends = cnquery - source = https://releases.mondoo.com/cnspec/9.6.1/cnspec_9.6.1_linux_amd64.tar.gz - sha256sums = 3d9c06ba73533ff4f0a57a885c789e9fee1cfe289e1500c2b8624573642572e3 + source = https://releases.mondoo.com/cnspec/9.7.1/cnspec_9.7.1_linux_amd64.tar.gz + sha256sums = 3759fc13c4a4f88d94954dfa5114f3fd043d61cf578db47b59d76b6a2841a4fc pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index 124a299e5335..641b088fd373 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="9.6.1" +orignalVersion="9.7.1" pkgver="${orignalVersion/-/_}" pkgrel=1 pkgdesc="Cloud-Native Security and Policy Framework " @@ -15,7 +15,7 @@ source=( arch=('x86_64') depends=('cnquery') -sha256sums=('3d9c06ba73533ff4f0a57a885c789e9fee1cfe289e1500c2b8624573642572e3' +sha256sums=('3759fc13c4a4f88d94954dfa5114f3fd043d61cf578db47b59d76b6a2841a4fc' )