summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Werner Rau2024-02-01 09:41:43 +0100
committerChris Werner Rau2024-02-01 09:41:43 +0100
commitc8d4dcc7fcd2352cf85e9c413b10e733635cc854 (patch)
tree38c3fa8f5cdb5a3c1b38ae657bf642413b323ddf /PKGBUILD
parentb44877037be95d6c7dd525c6506198f19750663e (diff)
downloadaur-kube-bench-bin.tar.gz
Version Bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20e40baa4915..639800b693ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=kube-bench
pkgname=$_pkgname-bin
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=0
pkgdesc="Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark"
url="https://github.com/aquasecurity/$_pkgname"
@@ -12,7 +12,7 @@ source=(
"https://raw.githubusercontent.com/aquasecurity/kube-bench/v$pkgver/cfg/config.yaml"
)
arch=('x86_64')
-sha512sums=('077a01e6f757a3ed8800694555c924046571a9c46c568d7e32a01918c98581c1053a4630aa231ca5fd243fa1405d91c1106ffc95a0eb333e419033035145c6d7'
+sha512sums=('63da7dbfc09b0e2bbb2c1bb84a0dae1a636042f9140a4652c692afbb38cc124720908e672d43603e53950b521b9fa09d5a13e4776e16fe226131b4c2b1add734'
'bb0583a89b12a70d54896a7cd05c4bdefc67127b171028e0be4fbf9d2ab1a862858c754cb960e9c7047c8b26de83f8967d0f83f89c63a2789e7bfaeed4c96dd8')
conflicts=("$_pkgname" "${_pkgname}-git")