summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2020-10-31 11:15:36 +0100
committerChris Werner Rau2020-10-31 11:15:36 +0100
commit1c386a1773c75acf238885e71f1b8221710d7851 (patch)
tree1c7273623e4daf945c7f5560520931e6c69ec8bf
parentfef5cb6397143acee9a35b2c25ae094141fb6f2e (diff)
downloadaur-1c386a1773c75acf238885e71f1b8221710d7851.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe17517781d1..5c815b722ccc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.1
+ pkgver = 0.1.2
pkgrel = 1
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.1/kube-linter-linux.tar.gz
+ source = https://github.com/stackrox/kube-linter/releases/download/0.1.2/kube-linter-linux.tar.gz
sha512sums = 0192ce56bffb21e04d1fe8a285650378c72d689e029d9407fb923ad34d613e7f8c73440570f37c8a219a9cff226e97e3b9241b09c673cd23af433cf4eedd6109
pkgname = kube-linter-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2567011dd198..e09b81a511d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=kube-linter
pkgname=$_pkgname-bin
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
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"