diff --git a/.SRCINFO b/.SRCINFO index 1a50cb228d19..d5d037aff4e8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 8.3.0 + pkgver = 8.3.1 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = MPL 2.0 depends = cnquery - source = https://releases.mondoo.com/cnspec/8.3.0/cnspec_8.3.0_linux_amd64.tar.gz - sha256sums = fd9edfdc67005aa79be0772e4ba8d7670f17c1deb172851c45a9e7ac65703f69 + source = https://releases.mondoo.com/cnspec/8.3.1/cnspec_8.3.1_linux_amd64.tar.gz + sha256sums = 1a93fa574208665c19d03b75ccf7ef17733401a148481b3e2516cdb285a3ce84 pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index a8308ec15200..97432ee321cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="8.3.0" +orignalVersion="8.3.1" pkgver="${orignalVersion/-/_}" pkgrel=1 pkgdesc="Cloud-Native Security and Policy Framework " @@ -15,7 +15,7 @@ source=( arch=('x86_64') depends=('cnquery') -sha256sums=('fd9edfdc67005aa79be0772e4ba8d7670f17c1deb172851c45a9e7ac65703f69' +sha256sums=('1a93fa574208665c19d03b75ccf7ef17733401a148481b3e2516cdb285a3ce84' )