mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
11.68.0
This commit is contained in:
parent
18f0036268
commit
1f81cb9f22
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.67.1
|
||||
pkgver = 11.68.0
|
||||
pkgrel = 1
|
||||
url = https://mondoo.com
|
||||
arch = x86_64
|
||||
license = BUSL-1.1
|
||||
depends = cnquery
|
||||
source = https://releases.mondoo.com/cnspec/11.67.1/cnspec_11.67.1_linux_amd64.tar.gz
|
||||
sha256sums = dd79dbd70ff0bf915b204a1c1349b47c34a46ee32e7b30a99ab10a6929ce7b6d
|
||||
source = https://releases.mondoo.com/cnspec/11.68.0/cnspec_11.68.0_linux_amd64.tar.gz
|
||||
sha256sums = 6c1a8665a1428835f086c42908d49aa628942ddd3e5182770efbe8f07d74180e
|
||||
|
||||
pkgname = cnspec
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Patrick Münch <patrick@mondoo.com>
|
||||
#
|
||||
pkgname=cnspec
|
||||
orignalVersion="11.67.1"
|
||||
orignalVersion="11.68.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=('dd79dbd70ff0bf915b204a1c1349b47c34a46ee32e7b30a99ab10a6929ce7b6d'
|
||||
sha256sums=('6c1a8665a1428835f086c42908d49aa628942ddd3e5182770efbe8f07d74180e'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue