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 77e58a1d6ec1..451fb32263b9 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.12.2
+ pkgver = 2.16.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.12.2/kubeclarity-cli-2.12.2-linux-amd64.tar.gz
- sha256sums = 2028f448f987362827e3a946c0c972adfcd8e820c416c257f136e7fbe7078170
+ source = https://github.com/openclarity/kubeclarity/releases/download/v2.16.0/kubeclarity-cli-2.16.0-linux-amd64.tar.gz
+ sha256sums = 8fd228eac431a023cee4c946220e01d1c25b4bfccfd5143e812766439dbff9a2
pkgname = kubeclarity-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 954c056c3425..693d03ce3d9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=kubeclarity
pkgname=kubeclarity-cli-bin
-pkgver=2.12.2
+pkgver=2.16.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=('2028f448f987362827e3a946c0c972adfcd8e820c416c257f136e7fbe7078170')
+sha256sums=('8fd228eac431a023cee4c946220e01d1c25b4bfccfd5143e812766439dbff9a2')
package() {
mkdir -p "${pkgdir}/usr/bin"