mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
10.11.0
This commit is contained in:
parent
a6a1922419
commit
cb4b6fc504
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 = 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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue