summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2023-03-30 17:17:06 +0200
committerOlivier Le Moal2023-03-30 17:17:06 +0200
commitbd7c3b3de60fdc57e8d366f97543580cd02cc6cc (patch)
tree0f04b7af47955bdd5d91628d5b67c4a481131324
parent1b32cfc6fb884eac1b57d88323d3b397c94c119e (diff)
downloadaur-bd7c3b3de60fdc57e8d366f97543580cd02cc6cc.tar.gz
Update to 0.22.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e704555b2ac..d22be465c68d 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.21.0
+ pkgver = 0.22.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.21.0/kubeaudit_0.21.0_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.21.0/LICENSE
- sha256sums = 4b7222adf273f8c7cb37d0207ca54143a571e953613a5bfb7e3f7d1988d23d00
+ source = https://github.com/Shopify/kubeaudit/releases/download/v0.22.0/kubeaudit_0.22.0_linux_amd64.tar.gz
+ source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.22.0/LICENSE
+ sha256sums = 850c0ade68d39265d0e8edb2c242b859f894ec0367534fb3ae0ec1a48063a354
sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 54c6e05de7ac..e5b1d7a195a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeaudit-bin
-pkgver=0.21.0
+pkgver=0.22.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=('4b7222adf273f8c7cb37d0207ca54143a571e953613a5bfb7e3f7d1988d23d00'
+sha256sums=('850c0ade68d39265d0e8edb2c242b859f894ec0367534fb3ae0ec1a48063a354'
'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
package() {