summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2020-11-08 11:36:12 +0100
committerChris Werner Rau2020-11-08 11:36:12 +0100
commitef7fcb21cbf477fe94c18c4fffcc651aa2a259f3 (patch)
tree3e117eabb5d9993c344242833409cbf9b29c7228
parent1c386a1773c75acf238885e71f1b8221710d7851 (diff)
downloadaur-ef7fcb21cbf477fe94c18c4fffcc651aa2a259f3.tar.gz
Update sha512sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c815b722ccc..d12ba306f187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kube-linter-bin
pkgdesc = KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stackrox/kube-linter
arch = x86_64
license = APACHE
conflicts = kube-linter
conflicts = kube-linter-git
source = https://github.com/stackrox/kube-linter/releases/download/0.1.2/kube-linter-linux.tar.gz
- sha512sums = 0192ce56bffb21e04d1fe8a285650378c72d689e029d9407fb923ad34d613e7f8c73440570f37c8a219a9cff226e97e3b9241b09c673cd23af433cf4eedd6109
+ sha512sums = 274e8a2b7f70d8fa80a547f832f3c22054b93f8750a7675031e6be28f610dcf722a1ce42f1be2ecb4eb324be3166560100a4541a253b6a874e3da54135eaace9
pkgname = kube-linter-bin
diff --git a/PKGBUILD b/PKGBUILD
index e09b81a511d8..ae0019f9bf21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=kube-linter
pkgname=$_pkgname-bin
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices."
url="https://github.com/stackrox/$_pkgname"
license=('APACHE')
source=("$url/releases/download/$pkgver/$_pkgname-linux.tar.gz")
arch=('x86_64')
-sha512sums=('0192ce56bffb21e04d1fe8a285650378c72d689e029d9407fb923ad34d613e7f8c73440570f37c8a219a9cff226e97e3b9241b09c673cd23af433cf4eedd6109')
+sha512sums=('274e8a2b7f70d8fa80a547f832f3c22054b93f8750a7675031e6be28f610dcf722a1ce42f1be2ecb4eb324be3166560100a4541a253b6a874e3da54135eaace9')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {