diff --git a/.SRCINFO b/.SRCINFO index 5827285ff9b0..98237b5a7c90 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 11.60.0 + pkgver = 11.61.0 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = BUSL-1.1 depends = cnquery - source = https://releases.mondoo.com/cnspec/11.60.0/cnspec_11.60.0_linux_amd64.tar.gz - sha256sums = d9a743b5af6951eb3659a2a1dd107b521bfc73f2f031e99b885d364aeaa4e37d + source = https://releases.mondoo.com/cnspec/11.61.0/cnspec_11.61.0_linux_amd64.tar.gz + sha256sums = 3362b3ced4f8b8816ee71625cb2d4f03f453733c79aa12393cb18d3d3c7a0334 pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index 804f4acafde8..eac082701bea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="11.60.0" +orignalVersion="11.61.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=('d9a743b5af6951eb3659a2a1dd107b521bfc73f2f031e99b885d364aeaa4e37d' +sha256sums=('3362b3ced4f8b8816ee71625cb2d4f03f453733c79aa12393cb18d3d3c7a0334' )