summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMickael2021-10-27 11:27:54 +0200
committerMickael2021-10-27 11:27:54 +0200
commitb5f3eb10f570ed17aeb493b062ef876b68d98ebb (patch)
treee86d9fb033e0e2d8303a5c911aef85618e9fb164 /PKGBUILD
parent5a2c3357ccf0648b58070da7730142e7b2cca7e8 (diff)
downloadaur-b5f3eb10f570ed17aeb493b062ef876b68d98ebb.tar.gz
bump to 1.0.128
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6431738fd22..1c6149e9b067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mickaelca <contact@mickael-caudrelier.fr>
pkgname=kubescape-bin
-pkgver=1.0.126
+pkgver=1.0.128
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=(
-49a152335a3f5a198ef31dbfbd1bc0a2322e34699beddbf89bbf047f20f86552
+bc2bc10c39ba3bc34ca98131fd71e125d8b678384402e6f9c712cf6428ce3299
)
build() {