summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMickael2024-04-01 13:32:01 +0200
committerMickael2024-04-01 13:32:01 +0200
commit642e3b61bae84162c3c1d2c6ae76502ae48b69e4 (patch)
tree670bdac66ed0db99a672f3ff1e347795d207efac /PKGBUILD
parent763f096adbf7cc0e7334e3550998ae38d20f567b (diff)
downloadaur-kubescape-bin.tar.gz
bump to 3.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d19743647def..69d31a4c5f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mickaelca <contact@mickael-caudrelier.fr>
pkgname=kubescape-bin
-pkgver=3.0.1
+pkgver=3.0.8
pkgrel=1
pkgdesc="kubescape is the first tool for testing if Kubernetes is deployed securely as defined in Kubernetes Hardening Guidance by to NSA and CISA"
provides=('kubescape')
@@ -11,7 +11,7 @@ source=(
$pkgname-$pkgver::https://github.com/armosec/kubescape/releases/download/v${pkgver}/kubescape-ubuntu-latest
)
sha256sums=(
-8cbccd2e74f1fea65863d26ba449070929b24b36c821b70cb8f037ed53be34a8
+a61cfa4b4474d42745131179eadadebaed2ab902b6679d39ddd2f2faec239048
)
build() {