summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-11-07 18:03:34 +0000
committerEnmanuel2023-11-07 18:03:34 +0000
commit20c96321dfc2ff39ce485be95dfba2a959a80708 (patch)
treeb9522e597b4ab9e9f23b0659879bdbcc358603d6
parenta2fb018b7596e38cc5c2931e3cfcf96c45cd770c (diff)
downloadaur-20c96321dfc2ff39ce485be95dfba2a959a80708.tar.gz
Bumped to v2.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cf136f6f689..b0aaa576c7b7 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.19.0
+ pkgver = 2.22.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.19.0/kubeclarity-cli-2.19.0-linux-amd64.tar.gz
- sha256sums = 3415b356588db9c19a689477f3ecd6b71e0dc19fb22b94641f3fe18a75871210
+ source = https://github.com/openclarity/kubeclarity/releases/download/v2.22.0/kubeclarity-cli-2.22.0-linux-amd64.tar.gz
+ sha256sums = 8bc5245080a60296e45ac304dad264527737d62a8e832321481c8551b5c6ade4
pkgname = kubeclarity-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8df5dcd89a91..cb11505c94c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=kubeclarity
pkgname=kubeclarity-cli-bin
-pkgver=2.19.0
+pkgver=2.22.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=('3415b356588db9c19a689477f3ecd6b71e0dc19fb22b94641f3fe18a75871210')
+sha256sums=('8bc5245080a60296e45ac304dad264527737d62a8e832321481c8551b5c6ade4')
package() {
mkdir -p "${pkgdir}/usr/bin"