summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2021-04-25 16:02:29 +0200
committerOlivier Le Moal2021-04-25 16:02:29 +0200
commit17b496efef897feba3e0676de990732bc3ae377f (patch)
tree42e3840269575a7a768cfcad993e865f89ebfbaa
parent86bf9ffeec6eccbcd0167e74073a30e15c4a81af (diff)
downloadaur-17b496efef897feba3e0676de990732bc3ae377f.tar.gz
Update to 0.14.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a22480dbf023..d74b06eece3a 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.13.0
+ pkgver = 0.14.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.13.0/kubeaudit_0.13.0_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.13.0/LICENSE
- sha256sums = cb948a40109abf26a64443fb9ab0d8a21fd381462061fbb2f76e0556f4f57f2a
+ source = https://github.com/Shopify/kubeaudit/releases/download/v0.14.0/kubeaudit_0.14.0_linux_amd64.tar.gz
+ source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.14.0/LICENSE
+ sha256sums = 91a5adf2e50a93d9258e4b4258fdefa83607cd4f80af0f84f753f0b62ef52122
sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index ad0628a268c7..e5df9747e9ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeaudit-bin
-pkgver=0.13.0
+pkgver=0.14.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=('cb948a40109abf26a64443fb9ab0d8a21fd381462061fbb2f76e0556f4f57f2a'
+sha256sums=('91a5adf2e50a93d9258e4b4258fdefa83607cd4f80af0f84f753f0b62ef52122'
'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
package() {