summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2021-02-04 18:24:19 +0100
committerOlivier Le Moal2021-02-04 18:24:19 +0100
commita08355ba92bd57ae9bd575a8ee1e10d484d25865 (patch)
tree7c9b5bc79c367d17955ae2bbc616bef1553c9436
parentcdaa9ad16a32a45b91235be98a3fb77dc773aaab (diff)
downloadaur-a08355ba92bd57ae9bd575a8ee1e10d484d25865.tar.gz
Update to 0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b134c62cb18a..b22c9ac7f757 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.11.8
+ pkgver = 0.12.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.11.8/kubeaudit_0.11.8_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.11.8/LICENSE
- sha256sums = e7cb382d54a0058c35d089d71c5a0507d7a179bd37d8406a20fdc32359f0e3fb
+ source = https://github.com/Shopify/kubeaudit/releases/download/v0.12.0/kubeaudit_0.12.0_linux_amd64.tar.gz
+ source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.12.0/LICENSE
+ sha256sums = f7651daedfa71b02c847e90bf0559d9284bcd54ebeea77bee1ef57f3090f27a4
sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 79d7cb2fde17..4a1e6edec60a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeaudit-bin
-pkgver=0.11.8
+pkgver=0.12.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=('e7cb382d54a0058c35d089d71c5a0507d7a179bd37d8406a20fdc32359f0e3fb'
+sha256sums=('f7651daedfa71b02c847e90bf0559d9284bcd54ebeea77bee1ef57f3090f27a4'
'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
package() {