summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnmanuel2022-11-01 15:52:44 +0000
committerEnmanuel2022-11-01 15:52:44 +0000
commitf0ccf15da5b1d958ed77767cd26125b3075868dc (patch)
tree9ed9c9bf1efc82fa2d56972078d09111c3a63730
parent59a3b95f3bc907faac1a725a78939124b4c5b647 (diff)
downloadaur-f0ccf15da5b1d958ed77767cd26125b3075868dc.tar.gz
Bumped to v2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5baa9faac610..61fa33929755 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.5.0
+ pkgver = 2.7.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.5.0/kubeclarity-cli-2.5.0-linux-amd64.tar.gz
- sha256sums = 0867f05666056884be17b5836974ae93d720b5f295dfbe13776d297faae8c42e
+ source = https://github.com/openclarity/kubeclarity/releases/download/v2.7.0/kubeclarity-cli-2.7.0-linux-amd64.tar.gz
+ sha256sums = b116a872b55f7af19855349135b836916b1da99e8cba648804e6b883aa66b360
pkgname = kubeclarity-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 234ea9bf200a..cbcf736f7269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=kubeclarity
pkgname=kubeclarity-cli-bin
-pkgver=2.5.0
+pkgver=2.7.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=('0867f05666056884be17b5836974ae93d720b5f295dfbe13776d297faae8c42e')
+sha256sums=('b116a872b55f7af19855349135b836916b1da99e8cba648804e6b883aa66b360')
package() {
mkdir -p "${pkgdir}/usr/bin"