summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0aaa576c7b7..c2bbb398a1cd 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.22.0
+ pkgver = 2.23.1
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.22.0/kubeclarity-cli-2.22.0-linux-amd64.tar.gz
- sha256sums = 8bc5245080a60296e45ac304dad264527737d62a8e832321481c8551b5c6ade4
+ source = https://github.com/openclarity/kubeclarity/releases/download/v2.23.1/kubeclarity-cli-2.23.1-linux-amd64.tar.gz
+ sha256sums = 48fc71512e2399eeebacb3f66fdd2db39437468885739682ce91304c16bd1604
pkgname = kubeclarity-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index cb11505c94c3..6a9631c75db1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=kubeclarity
pkgname=kubeclarity-cli-bin
-pkgver=2.22.0
+pkgver=2.23.1
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=('8bc5245080a60296e45ac304dad264527737d62a8e832321481c8551b5c6ade4')
+sha256sums=('48fc71512e2399eeebacb3f66fdd2db39437468885739682ce91304c16bd1604')
package() {
mkdir -p "${pkgdir}/usr/bin"