This commit is contained in:
Patrick Münch 2024-04-04 17:53:58 +00:00
parent a6a1922419
commit cb4b6fc504
2 changed files with 5 additions and 5 deletions

View file

@ -1,12 +1,12 @@
pkgbase = cnspec
pkgdesc = Cloud-Native Security and Policy Framework
pkgver = 10.10.0
pkgver = 10.11.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/10.10.0/cnspec_10.10.0_linux_amd64.tar.gz
sha256sums = e47e37b85ffe52830716b9283bdd430541a6fa34219a3add0f71c60a3d1a08e7
source = https://releases.mondoo.com/cnspec/10.11.0/cnspec_10.11.0_linux_amd64.tar.gz
sha256sums = ebabd0f6096cbd64a94415b11d46e6b7c09290735f1ffec834db5c291c096216
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="10.10.0"
orignalVersion="10.11.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=('e47e37b85ffe52830716b9283bdd430541a6fa34219a3add0f71c60a3d1a08e7'
sha256sums=('ebabd0f6096cbd64a94415b11d46e6b7c09290735f1ffec834db5c291c096216'
)