summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2020-08-11 12:35:24 +0200
committerOlivier Le Moal2020-08-11 12:35:24 +0200
commitdb1821b71f38721c05d10e8c616b1152d4b4d0d1 (patch)
tree708bb55d328f66d9e6076f8823502f764266cba8
parent4dbda425f682cbb87b807081a4c7598a369962eb (diff)
downloadaur-db1821b71f38721c05d10e8c616b1152d4b4d0d1.tar.gz
update LICENSE checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5012479e6ec3..5f23b6e3df83 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.9.0
- pkgrel = 2
+ pkgrel = 3
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://github.com/Shopify/kubeaudit/blob/v0.9.0/LICENSE
sha256sums = 08ef3f6797b26be9a7c2f572aa6b0ab771f2ce60dc4c68dfcf1bf6109871c05d
- sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
+ sha256sums = 0bae2f961a14387d6ce71babb4bb9cef45203cb28efe1c3976e7b81a542dafe5
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index b8fd37016ee7..974808f429ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kubeaudit-bin
pkgver=0.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="kubeaudit is a command line tool and a Go package to audit Kubernetes clusters for various different security concerns."
arch=('x86_64')
url="https://github.com/Shopify/kubeaudit"
@@ -10,7 +10,7 @@ license=('MIT')
source=("https://github.com/Shopify/kubeaudit/releases/download/v${pkgver}/kubeaudit_${pkgver}_linux_amd64.tar.gz"
"https://github.com/Shopify/kubeaudit/blob/v${pkgver}/LICENSE")
sha256sums=('08ef3f6797b26be9a7c2f572aa6b0ab771f2ce60dc4c68dfcf1bf6109871c05d'
- 'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
+ '0bae2f961a14387d6ce71babb4bb9cef45203cb28efe1c3976e7b81a542dafe5')
package() {
install -D -m755 kubeaudit -t "${pkgdir}/usr/bin"