summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-01-16 20:48:36 +0000
committerEnmanuel2023-01-16 20:48:36 +0000
commitbf16bddf731e2b38569c9a31e5f87d589b81d337 (patch)
treede3319cf0b744c3023d1db4e6626c9043fccbcfc
parentc9b37cdaef7570b4204dc4312a07ae32117eb851 (diff)
downloadaur-bf16bddf731e2b38569c9a31e5f87d589b81d337.tar.gz
Bumped to v2.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b151a1e413e..4a89957732a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kubeclarity-cli-bin
pkgdesc = KubeClarity is a tool for detection and management of Software Bill Of Materials (SBOM) and vulnerabilities of container images and filesystems.
- pkgver = 2.9.0
+ pkgver = 2.11.0
pkgrel = 1
url = https://github.com/openclarity/kubeclarity
arch = x86_64
license = Apache 2
provides = kubeclarity-cli-bin
- source = https://github.com/openclarity/kubeclarity/releases/download/v2.9.0/kubeclarity-cli-2.9.0-linux-amd64.tar.gz
- sha256sums = df3f9856c1117551a3c0cb0e269fee18b49d4da0707942eafdf240e1f27593c3
+ source = https://github.com/openclarity/kubeclarity/releases/download/v2.11.0/kubeclarity-cli-2.11.0-linux-amd64.tar.gz
+ sha256sums = 0dc54ca6ae67427d3d97a51f0c3207d2a8a73cdce6a894cb9a55bc447fa4b54b
pkgname = kubeclarity-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7757e24a8c97..5cc372e415d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=kubeclarity
pkgname=kubeclarity-cli-bin
-pkgver=2.9.0
+pkgver=2.11.0
pkgrel=1
pkgdesc='KubeClarity is a tool for detection and management of Software Bill Of Materials (SBOM) and vulnerabilities of container images and filesystems.'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/openclarity/kubeclarity'
license=('Apache 2')
provides=('kubeclarity-cli-bin')
source=("https://github.com/openclarity/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-cli-${pkgver}-linux-amd64.tar.gz")
-sha256sums=('df3f9856c1117551a3c0cb0e269fee18b49d4da0707942eafdf240e1f27593c3')
+sha256sums=('0dc54ca6ae67427d3d97a51f0c3207d2a8a73cdce6a894cb9a55bc447fa4b54b')
package() {
mkdir -p "${pkgdir}/usr/bin"