diff --git a/.SRCINFO b/.SRCINFO index cb7e40b6ea1e..89373fc1cfa2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 7.2.0 + pkgver = 7.4.0 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = MPL 2.0 depends = cnquery - source = https://releases.mondoo.com/cnspec/7.2.0/cnspec_7.2.0_linux_amd64.tar.gz - sha256sums = 285145b5fc8f330a987905243f4041b3fd2bac74ee389b04b656123029ff8a91 + source = https://releases.mondoo.com/cnspec/7.4.0/cnspec_7.4.0_linux_amd64.tar.gz + sha256sums = 1cb69a68f161f9f07ee79980045ebfb0c336bacb928d81d3c8eec54b02640ede pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index 28acfe2288e7..a6cebc78abd2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="7.2.0" +orignalVersion="7.4.0" pkgver="${orignalVersion/-/_}" pkgrel=1 pkgdesc="Cloud-Native Security and Policy Framework " @@ -15,7 +15,7 @@ source=( arch=('x86_64') depends=('cnquery') -sha256sums=('285145b5fc8f330a987905243f4041b3fd2bac74ee389b04b656123029ff8a91' +sha256sums=('1cb69a68f161f9f07ee79980045ebfb0c336bacb928d81d3c8eec54b02640ede' )