diff --git a/.SRCINFO b/.SRCINFO index 221a207ef2e4..900f8159950a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 11.66.1 + pkgver = 11.67.1 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = BUSL-1.1 depends = cnquery - source = https://releases.mondoo.com/cnspec/11.66.1/cnspec_11.66.1_linux_amd64.tar.gz - sha256sums = bc62019befaf43a8c7c20fae524bba0e815bcf2e77a4b8e3d21af4339b8ced3f + source = https://releases.mondoo.com/cnspec/11.67.1/cnspec_11.67.1_linux_amd64.tar.gz + sha256sums = dd79dbd70ff0bf915b204a1c1349b47c34a46ee32e7b30a99ab10a6929ce7b6d pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index ccb555b0bd4c..669f7f815f7f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="11.66.1" +orignalVersion="11.67.1" 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=('bc62019befaf43a8c7c20fae524bba0e815bcf2e77a4b8e3d21af4339b8ced3f' +sha256sums=('dd79dbd70ff0bf915b204a1c1349b47c34a46ee32e7b30a99ab10a6929ce7b6d' )