mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
11.54.0
This commit is contained in:
parent
d731422411
commit
eb9c7c69bb
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,12 +1,12 @@
|
|||
pkgbase = cnspec
|
||||
pkgdesc = Cloud-Native Security and Policy Framework
|
||||
pkgver = 11.53.2
|
||||
pkgver = 11.54.0
|
||||
pkgrel = 1
|
||||
url = https://mondoo.com
|
||||
arch = x86_64
|
||||
license = BUSL-1.1
|
||||
depends = cnquery
|
||||
source = https://releases.mondoo.com/cnspec/11.53.2/cnspec_11.53.2_linux_amd64.tar.gz
|
||||
sha256sums = 403d84d363463b5445bfef32214f77313cfa7dc328de06a9638c92d849c6036c
|
||||
source = https://releases.mondoo.com/cnspec/11.54.0/cnspec_11.54.0_linux_amd64.tar.gz
|
||||
sha256sums = b26fd16cf73df72112971c8aa8e0b5b2218d5f1555e2a4b0b5c99b21b56886de
|
||||
|
||||
pkgname = cnspec
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Patrick Münch <patrick@mondoo.com>
|
||||
#
|
||||
pkgname=cnspec
|
||||
orignalVersion="11.53.2"
|
||||
orignalVersion="11.54.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=('403d84d363463b5445bfef32214f77313cfa7dc328de06a9638c92d849c6036c'
|
||||
sha256sums=('b26fd16cf73df72112971c8aa8e0b5b2218d5f1555e2a4b0b5c99b21b56886de'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue