diff --git a/.SRCINFO b/.SRCINFO index 249a1020c39a..23777fdd04b0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 7.14.0 + pkgver = 7.14.2 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = MPL 2.0 depends = cnquery - source = https://releases.mondoo.com/cnspec/7.14.0/cnspec_7.14.0_linux_amd64.tar.gz - sha256sums = cbe1f0188682c7c6da0dfb3c69cb1e006a73f7530bb02ccc0b5cb1c37ffae619 + source = https://releases.mondoo.com/cnspec/7.14.2/cnspec_7.14.2_linux_amd64.tar.gz + sha256sums = 1f536a32de18025ac5576d11486e0d032db3c144d32121a19bfaf6ec6254ed0a pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index 0eabe3ccf534..d919ee2f9c27 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="7.14.0" +orignalVersion="7.14.2" pkgver="${orignalVersion/-/_}" pkgrel=1 pkgdesc="Cloud-Native Security and Policy Framework " @@ -15,7 +15,7 @@ source=( arch=('x86_64') depends=('cnquery') -sha256sums=('cbe1f0188682c7c6da0dfb3c69cb1e006a73f7530bb02ccc0b5cb1c37ffae619' +sha256sums=('1f536a32de18025ac5576d11486e0d032db3c144d32121a19bfaf6ec6254ed0a' )