summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2020-08-11 12:38:20 +0200
committerOlivier Le Moal2020-08-11 12:38:20 +0200
commit86167cc777f21d25dc5ba4f4f4e47836e4b3f626 (patch)
tree27fe590b1ebd7dd24c5f0a638f480d7634755083
parentdb1821b71f38721c05d10e8c616b1152d4b4d0d1 (diff)
downloadaur-86167cc777f21d25dc5ba4f4f4e47836e4b3f626.tar.gz
fix LICENSE url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f23b6e3df83..07a36c322b86 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 = 3
+ pkgrel = 4
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
+ source = https://raw.githubusercontent.com/Shopify/kubeaudit/v0.9.0/LICENSE
sha256sums = 08ef3f6797b26be9a7c2f572aa6b0ab771f2ce60dc4c68dfcf1bf6109871c05d
- sha256sums = 0bae2f961a14387d6ce71babb4bb9cef45203cb28efe1c3976e7b81a542dafe5
+ sha256sums = c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f
pkgname = kubeaudit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 974808f429ff..1a789e95ffcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=kubeaudit-bin
pkgver=0.9.0
-pkgrel=3
+pkgrel=4
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"
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")
+"https://raw.githubusercontent.com/Shopify/kubeaudit/v${pkgver}/LICENSE")
sha256sums=('08ef3f6797b26be9a7c2f572aa6b0ab771f2ce60dc4c68dfcf1bf6109871c05d'
- '0bae2f961a14387d6ce71babb4bb9cef45203cb28efe1c3976e7b81a542dafe5')
+ 'c10410d02ed565696f3804b055391354ce279d44392c286fd35754818ea2aa3f')
package() {
install -D -m755 kubeaudit -t "${pkgdir}/usr/bin"