summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2021-04-15 13:18:08 +0200
committerChris Werner Rau2021-04-15 13:18:08 +0200
commitaedbf8a8d0620971d7a4dd5785cdf70fdaa05394 (patch)
tree010542498848ac4f9cf4a7d609f99dc91001178e
parenta85e9f3ba307ef6eb36b95706621b5fe701e5130 (diff)
downloadaur-aedbf8a8d0620971d7a4dd5785cdf70fdaa05394.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837607ded08c..e15f2f6aaf10 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.6
+ pkgver = 0.2.0
pkgrel = 0
url = https://github.com/stackrox/kube-linter
arch = x86_64
license = APACHE
conflicts = kube-linter
conflicts = kube-linter-git
- source = kube-linter-0.1.6.tar.gz::https://github.com/stackrox/kube-linter/releases/download/0.1.6/kube-linter-linux.tar.gz
- sha512sums = 429a7227a72fcf89fde715fdac7b180c958667341e48112643c61a006186957abb9afdac2f1587a17337e3d7f3033d9ee682b9460ae0c63d6a9c7158b041c31e
+ source = kube-linter-0.2.0.tar.gz::https://github.com/stackrox/kube-linter/releases/download/0.2.0/kube-linter-linux.tar.gz
+ sha512sums = 35a8b3937cfb6d7684fdddaa2f88872c9e787dd6acbb88f404d4751c1cd59ef24bb1bd916457162984f084e1cdb7da530dabe22e26968b6f96cd5037914fe5c7
pkgname = kube-linter-bin
diff --git a/PKGBUILD b/PKGBUILD
index b05d7c1e0221..499f322e2837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=kube-linter
pkgname=$_pkgname-bin
-pkgver=0.1.6
+pkgver=0.2.0
pkgrel=0
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=("$_pkgname-$pkgver.tar.gz::$url/releases/download/$pkgver/$_pkgname-linux.tar.gz")
arch=('x86_64')
-sha512sums=('429a7227a72fcf89fde715fdac7b180c958667341e48112643c61a006186957abb9afdac2f1587a17337e3d7f3033d9ee682b9460ae0c63d6a9c7158b041c31e')
+sha512sums=('35a8b3937cfb6d7684fdddaa2f88872c9e787dd6acbb88f404d4751c1cd59ef24bb1bd916457162984f084e1cdb7da530dabe22e26968b6f96cd5037914fe5c7')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {