summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMickael2022-02-09 18:30:33 +0100
committerMickael2022-02-09 18:30:33 +0100
commitd7a742e71a952c0ecabcb25de75b24f54285ea45 (patch)
tree210ecde5f104617fc4bd8a527bea2096759dea1e /PKGBUILD
parente4c184721b31d37cd9bf312ed7c825c621782dad (diff)
downloadaur-d7a742e71a952c0ecabcb25de75b24f54285ea45.tar.gz
bump to 2.0.146
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbdb1c0c0434..62e5722d2beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mickaelca <contact@mickael-caudrelier.fr>
pkgname=kubescape-bin
-pkgver=2.0.145
+pkgver=2.0.146
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=(
-1e74a23e48032dc358bd167d2855e13b09c0f687e8478f211915489309c7dbbf
+7e493d0d17a8f7fc3258d1612442e4e3a91ece8228171cb36e5802d44882d183
)
build() {