diff --git a/.SRCINFO b/.SRCINFO index 63f6e5a21c1c..ac172e4593ba 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 12.3.0 + pkgver = 12.4.0 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = BUSL-1.1 depends = cnquery - source = https://releases.mondoo.com/cnspec/12.3.0/cnspec_12.3.0_linux_amd64.tar.gz - sha256sums = b3400e0113d485c3081bebdc35d93ae1d4bef6a967f39f40b79c680d1cde151c + source = https://releases.mondoo.com/cnspec/12.4.0/cnspec_12.4.0_linux_amd64.tar.gz + sha256sums = 97e502c36e44006b194d8e81b6696f08303d807e4a3852f129031da93c28f058 pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index db6af0127900..f6176ba671a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="12.3.0" +orignalVersion="12.4.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=('b3400e0113d485c3081bebdc35d93ae1d4bef6a967f39f40b79c680d1cde151c' +sha256sums=('97e502c36e44006b194d8e81b6696f08303d807e4a3852f129031da93c28f058' )