This commit is contained in:
Patrick Münch 2024-04-08 15:49:11 +00:00
parent cb4b6fc504
commit 043aac62b6
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.11.0
pkgver = 10.11.1
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/10.11.0/cnspec_10.11.0_linux_amd64.tar.gz
sha256sums = ebabd0f6096cbd64a94415b11d46e6b7c09290735f1ffec834db5c291c096216
source = https://releases.mondoo.com/cnspec/10.11.1/cnspec_10.11.1_linux_amd64.tar.gz
sha256sums = b6623ee34b6e4154f11c15fcc7a8075205f1a605b2b7e4345396676caadbaff1
pkgname = cnspec

View file

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