diff --git a/.SRCINFO b/.SRCINFO index 60bb8138fd65..c6542d1bc770 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 11.1.1 + pkgver = 11.2.0 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = BUSL-1.1 depends = cnquery - source = https://releases.mondoo.com/cnspec/11.1.1/cnspec_11.1.1_linux_amd64.tar.gz - sha256sums = 8bcc2d174c2e71f5fe8d1fd20daa877a6c13e02008c59283326a0e6782902b23 + source = https://releases.mondoo.com/cnspec/11.2.0/cnspec_11.2.0_linux_amd64.tar.gz + sha256sums = 85245fe78fedd63093abd511d7e9c3c916bc5f76ab0d155fe903bebe30d1c673 pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index b32393beb2b8..e03a021fd649 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="11.1.1" +orignalVersion="11.2.0" 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=('8bcc2d174c2e71f5fe8d1fd20daa877a6c13e02008c59283326a0e6782902b23' +sha256sums=('85245fe78fedd63093abd511d7e9c3c916bc5f76ab0d155fe903bebe30d1c673' )