mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
12.2.1
This commit is contained in:
parent
99ce13e070
commit
34f34e65f3
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = cnquery
|
||||
pkgdesc = Cloud-Native Query - Asset Inventory Framework
|
||||
pkgver = 12.2.0
|
||||
pkgver = 12.2.1
|
||||
pkgrel = 1
|
||||
url = https://mondoo.com
|
||||
arch = x86_64
|
||||
license = BUSL-1.1
|
||||
source = https://releases.mondoo.com/cnquery/12.2.0/cnquery_12.2.0_linux_amd64.tar.gz
|
||||
sha256sums = daba8263bd73203d58560328a7b755f9dfb2311def3847831f229890fc8daac6
|
||||
source = https://releases.mondoo.com/cnquery/12.2.1/cnquery_12.2.1_linux_amd64.tar.gz
|
||||
sha256sums = d54e66912bd827ee09a54224ca12d2ddb92174e440e2df54d59a952d163c4603
|
||||
|
||||
pkgname = cnquery
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
# Maintainer: Patrick Münch <patrick@mondoo.com>
|
||||
#
|
||||
pkgname=cnquery
|
||||
orignalVersion="12.2.0"
|
||||
orignalVersion="12.2.1"
|
||||
pkgver="${orignalVersion/-/_}"
|
||||
pkgrel=1
|
||||
pkgdesc="Cloud-Native Query - Asset Inventory Framework"
|
||||
|
|
@ -14,7 +14,7 @@ source=("https://releases.mondoo.com/cnquery/${orignalVersion}/cnquery_${orignal
|
|||
arch=('x86_64')
|
||||
depends=()
|
||||
|
||||
sha256sums=('daba8263bd73203d58560328a7b755f9dfb2311def3847831f229890fc8daac6'
|
||||
sha256sums=('d54e66912bd827ee09a54224ca12d2ddb92174e440e2df54d59a952d163c4603'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue