This commit is contained in:
Patrick Münch 2024-10-08 11:55:56 +00:00
parent d554df0f1f
commit d5047ddbd6
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 = 11.24.0
pkgver = 11.25.0
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/11.24.0/cnspec_11.24.0_linux_amd64.tar.gz
sha256sums = 02aaca0d78b2caa1e0a576fbce0ca99f6c938bfccd7323490459c24d51bdcf9b
source = https://releases.mondoo.com/cnspec/11.25.0/cnspec_11.25.0_linux_amd64.tar.gz
sha256sums = c5cb76c8ac11d77e6e7987a8e04e50f91a5907226a2e850c4d29be96d4975c9b
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="11.24.0"
orignalVersion="11.25.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=('02aaca0d78b2caa1e0a576fbce0ca99f6c938bfccd7323490459c24d51bdcf9b'
sha256sums=('c5cb76c8ac11d77e6e7987a8e04e50f91a5907226a2e850c4d29be96d4975c9b'
)