summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2020-09-23 09:53:22 +0200
committerOlivier Le Moal2020-09-23 09:53:22 +0200
commite19229fd7da6a3fcf74248a230f3a7328c7105c6 (patch)
tree5ad8b962c82f18b825f5c63e026b05326b9fdf1b
parent0af095f56187b8c3aa3dc6c0612ab0fd51bdda45 (diff)
downloadaur-e19229fd7da6a3fcf74248a230f3a7328c7105c6.tar.gz
update to 0.11.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99ed92d288ac..00ce8a8ba870 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.2
+ pkgver = 0.11.3
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.2/kubeaudit_0.11.2_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.11.2/LICENSE
- sha256sums = 7c20db1e3b84a8bf486a205fb96b81fc220d86fd6108f2fe23a72bfa296f9b38
+ source = https://github.com/Shopify/kubeaudit/releases/download/v0.11.3/kubeaudit_0.11.3_linux_amd64.tar.gz
+ source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.11.3/LICENSE
+ sha256sums = 30f0eaec794bd296d407ee1d0af8361b9376179197733802250126b5b313f243
sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2dacfc79437c..dca1b78dfd24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeaudit-bin
-pkgver=0.11.2
+pkgver=0.11.3
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=('7c20db1e3b84a8bf486a205fb96b81fc220d86fd6108f2fe23a72bfa296f9b38'
+sha256sums=('30f0eaec794bd296d407ee1d0af8361b9376179197733802250126b5b313f243'
'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
package() {