summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2020-11-16 11:07:56 +0100
committerChris Werner Rau2020-11-16 11:07:56 +0100
commitaf95ba0da0e2f21a1faec95ffa5847e3cbd2d9ef (patch)
treefcd266d1ea8a0deb30b71e150a26fe05d94b0cea
parentef7fcb21cbf477fe94c18c4fffcc651aa2a259f3 (diff)
downloadaur-af95ba0da0e2f21a1faec95ffa5847e3cbd2d9ef.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12ba306f187..18fca74788ca 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
+ pkgver = 0.1.3
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 = 274e8a2b7f70d8fa80a547f832f3c22054b93f8750a7675031e6be28f610dcf722a1ce42f1be2ecb4eb324be3166560100a4541a253b6a874e3da54135eaace9
+ source = https://github.com/stackrox/kube-linter/releases/download/0.1.3/kube-linter-linux.tar.gz
+ sha512sums = a714d71eef7c5b544afd9021593ddf1e82996f864a81bdf2a152958f45355ce366af25feaa2556b6e82cf616ed8c5ccb690f0f14498a89e6587eba0ba1c5345c
pkgname = kube-linter-bin
diff --git a/PKGBUILD b/PKGBUILD
index ae0019f9bf21..dc8e592c599b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=kube-linter
pkgname=$_pkgname-bin
-pkgver=0.1.2
+pkgver=0.1.3
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=('274e8a2b7f70d8fa80a547f832f3c22054b93f8750a7675031e6be28f610dcf722a1ce42f1be2ecb4eb324be3166560100a4541a253b6a874e3da54135eaace9')
+sha512sums=('a714d71eef7c5b544afd9021593ddf1e82996f864a81bdf2a152958f45355ce366af25feaa2556b6e82cf616ed8c5ccb690f0f14498a89e6587eba0ba1c5345c')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {