summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-11-24 12:00:33 +0100
committerOlivier Le Moal2022-11-24 12:00:33 +0100
commit1b32cfc6fb884eac1b57d88323d3b397c94c119e (patch)
tree69da1e6a7c41474b28b97a30d266a7c5f31643fd
parent7f139dd579ebb2f7628910076abcc1b2961059a4 (diff)
downloadaur-1b32cfc6fb884eac1b57d88323d3b397c94c119e.tar.gz
Update to 0.21.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a0a4ceec95c..3e704555b2ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kubeaudit-bin
pkgdesc = kubeaudit is a command line tool and a Go package to audit Kubernetes clusters for various different security concerns.
- pkgver = 0.20.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://github.com/Shopify/kubeaudit
arch = x86_64
license = MIT
conflicts = kubeaudit
- source = https://github.com/Shopify/kubeaudit/releases/download/v0.20.0/kubeaudit_0.20.0_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.20.0/LICENSE
- sha256sums = 040492e8b44322d2f775186c3fd086ec5a15b967bb88a17e818b4dbc9c97f4f5
+ source = https://github.com/Shopify/kubeaudit/releases/download/v0.21.0/kubeaudit_0.21.0_linux_amd64.tar.gz
+ source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.21.0/LICENSE
+ sha256sums = 4b7222adf273f8c7cb37d0207ca54143a571e953613a5bfb7e3f7d1988d23d00
sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index daebb003f4c3..54c6e05de7ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeaudit-bin
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="kubeaudit is a command line tool and a Go package to audit Kubernetes clusters for various different security concerns."
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/Shopify/kubeaudit"
license=('MIT')
source=("https://github.com/Shopify/kubeaudit/releases/download/v${pkgver}/kubeaudit_${pkgver}_linux_amd64.tar.gz"
"https://raw.githubusercontent.com/Shopify/kubeaudit/v${pkgver}/LICENSE")
-sha256sums=('040492e8b44322d2f775186c3fd086ec5a15b967bb88a17e818b4dbc9c97f4f5'
+sha256sums=('4b7222adf273f8c7cb37d0207ca54143a571e953613a5bfb7e3f7d1988d23d00'
'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
package() {