summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2023-05-08 21:27:30 +0000
committerEnmanuel2023-05-08 21:27:30 +0000
commite22fcf010ad2d4ffac2779b138c6653c95533d6b (patch)
treec06bf1c5181a94743c81e199799fb22f369f8d46 /PKGBUILD
parenta61b6c88597265a2567c757bbaf0503fbd8fd5b3 (diff)
downloadaur-e22fcf010ad2d4ffac2779b138c6653c95533d6b.tar.gz
Bumped to v2.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"