summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2023-05-08 21:27:30 +0000
committerEnmanuel2023-05-08 21:27:30 +0000
commite22fcf010ad2d4ffac2779b138c6653c95533d6b (patch)
treec06bf1c5181a94743c81e199799fb22f369f8d46
parenta61b6c88597265a2567c757bbaf0503fbd8fd5b3 (diff)
downloadaur-e22fcf010ad2d4ffac2779b138c6653c95533d6b.tar.gz
Bumped to v2.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 451fb32263b9..766771ef7b9a 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.16.0
+ pkgver = 2.17.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.16.0/kubeclarity-cli-2.16.0-linux-amd64.tar.gz
- sha256sums = 8fd228eac431a023cee4c946220e01d1c25b4bfccfd5143e812766439dbff9a2
+ source = https://github.com/openclarity/kubeclarity/releases/download/v2.17.1/kubeclarity-cli-2.17.1-linux-amd64.tar.gz
+ sha256sums = c665135ee1e8794b9e02e4ab741db11e020d8885117ba9763e9fef01759c2942
pkgname = kubeclarity-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 693d03ce3d9d..53ac447b53c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=kubeclarity
pkgname=kubeclarity-cli-bin
-pkgver=2.16.0
+pkgver=2.17.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=('8fd228eac431a023cee4c946220e01d1c25b4bfccfd5143e812766439dbff9a2')
+sha256sums=('c665135ee1e8794b9e02e4ab741db11e020d8885117ba9763e9fef01759c2942')
package() {
mkdir -p "${pkgdir}/usr/bin"