diff --git a/.SRCINFO b/.SRCINFO index cdf77e93acbf..466ba78a827a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = cnspec pkgdesc = Cloud-Native Security and Policy Framework - pkgver = 10.2.0 + pkgver = 10.3.0 pkgrel = 1 url = https://mondoo.com arch = x86_64 license = BUSL-1.1 depends = cnquery - source = https://releases.mondoo.com/cnspec/10.2.0/cnspec_10.2.0_linux_amd64.tar.gz - sha256sums = 6da189733fa4792ef51675d030fd975bd98e01f7007ea0f04663f42d82872469 + source = https://releases.mondoo.com/cnspec/10.3.0/cnspec_10.3.0_linux_amd64.tar.gz + sha256sums = aff15ddb44aedcd231aff140ea3f71b9d5c382dcdb0fa265b6ca910bd0ac786b pkgname = cnspec diff --git a/PKGBUILD b/PKGBUILD index f9625ee977ae..fd0c34bb0ead 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Patrick Münch # pkgname=cnspec -orignalVersion="10.2.0" +orignalVersion="10.3.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=('6da189733fa4792ef51675d030fd975bd98e01f7007ea0f04663f42d82872469' +sha256sums=('aff15ddb44aedcd231aff140ea3f71b9d5c382dcdb0fa265b6ca910bd0ac786b' )