This commit is contained in:
Patrick Münch 2024-09-25 15:49:00 +00:00
parent 5652e06637
commit 73e46df2ec
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.23.0
pkgver = 11.23.1
pkgrel = 1
url = https://mondoo.com
arch = x86_64
license = BUSL-1.1
depends = cnquery
source = https://releases.mondoo.com/cnspec/11.23.0/cnspec_11.23.0_linux_amd64.tar.gz
sha256sums = fd96e41118d993e8cdd49ca7f99db3e01e6104d4cbdf23f901ab28dbb6110a67
source = https://releases.mondoo.com/cnspec/11.23.1/cnspec_11.23.1_linux_amd64.tar.gz
sha256sums = 502a58e94cc6658a06079d715e1f3e1a0130bebf6813cc7951e4f8b9e758afe4
pkgname = cnspec

View file

@ -3,7 +3,7 @@
# Maintainer: Patrick Münch <patrick@mondoo.com>
#
pkgname=cnspec
orignalVersion="11.23.0"
orignalVersion="11.23.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=('fd96e41118d993e8cdd49ca7f99db3e01e6104d4cbdf23f901ab28dbb6110a67'
sha256sums=('502a58e94cc6658a06079d715e1f3e1a0130bebf6813cc7951e4f8b9e758afe4'
)