summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2020-08-27 16:41:59 +0200
committerOlivier Le Moal2020-08-27 16:41:59 +0200
commitde129fb67fc6ad8fb2a82fdaeceee19b776c51a9 (patch)
treee49b8b02a025c4f5e4373632be2b53960412fe9e
parent86167cc777f21d25dc5ba4f4f4e47836e4b3f626 (diff)
downloadaur-de129fb67fc6ad8fb2a82fdaeceee19b776c51a9.tar.gz
update to 0.10.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07a36c322b86..e4f0403b2ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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.9.0
- pkgrel = 4
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/Shopify/kubeaudit
arch = x86_64
license = MIT
- source = https://github.com/Shopify/kubeaudit/releases/download/v0.9.0/kubeaudit_0.9.0_linux_amd64.tar.gz
- source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.9.0/LICENSE
- sha256sums = 08ef3f6797b26be9a7c2f572aa6b0ab771f2ce60dc4c68dfcf1bf6109871c05d
+ conflicts = kubeaudit
+ source = https://github.com/Shopify/kubeaudit/releases/download/v0.10.0/kubeaudit_0.10.0_linux_amd64.tar.gz
+ source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.10.0/LICENSE
+ sha256sums = a5ad3c358c40073bd70637e6a75f109e5eea57a8605d76507b833ffc3dc16a1a
sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a789e95ffcc..33c57a23e40f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Olivier Le Moal <mail at olivierlemoal dot fr>
pkgname=kubeaudit-bin
-pkgver=0.9.0
-pkgrel=4
+pkgver=0.10.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')
+conflicts=('kubeaudit')
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=('08ef3f6797b26be9a7c2f572aa6b0ab771f2ce60dc4c68dfcf1bf6109871c05d'
+sha256sums=('a5ad3c358c40073bd70637e6a75f109e5eea57a8605d76507b833ffc3dc16a1a'
'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
package() {