summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Werner Rau2020-12-09 06:51:04 +0100
committerChris Werner Rau2020-12-09 06:51:04 +0100
commit09d5aad46ba1df0b960d60f29709e692ed90bf72 (patch)
tree65fa23d8b0e574fe8feb0791352c262a42d5ebc5
parent629c1a9367e608bb1fd6ed133f4614287db2273b (diff)
downloadaur-09d5aad46ba1df0b960d60f29709e692ed90bf72.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcc486a151b9..727468085ac0 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.3
- pkgrel = 3
+ pkgver = 0.1.4
+ 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.3.tar.gz::https://github.com/stackrox/kube-linter/releases/download/0.1.3/kube-linter-linux.tar.gz
- sha512sums = a714d71eef7c5b544afd9021593ddf1e82996f864a81bdf2a152958f45355ce366af25feaa2556b6e82cf616ed8c5ccb690f0f14498a89e6587eba0ba1c5345c
+ source = kube-linter-0.1.4.tar.gz::https://github.com/stackrox/kube-linter/releases/download/0.1.4/kube-linter-linux.tar.gz
+ sha512sums = 73f7a42d7068690a5a77dcdfc7e8611c7d212375e06d8f8ce02d0f61c6204652984c52674c015f53136ca585e6dc346c4962a141543cc017873f68a00fb075e8
pkgname = kube-linter-bin
diff --git a/PKGBUILD b/PKGBUILD
index 70194968a3a3..37c142429a7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=kube-linter
pkgname=$_pkgname-bin
-pkgver=0.1.3
-pkgrel=3
+pkgver=0.1.4
+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=('a714d71eef7c5b544afd9021593ddf1e82996f864a81bdf2a152958f45355ce366af25feaa2556b6e82cf616ed8c5ccb690f0f14498a89e6587eba0ba1c5345c')
+sha512sums=('73f7a42d7068690a5a77dcdfc7e8611c7d212375e06d8f8ce02d0f61c6204652984c52674c015f53136ca585e6dc346c4962a141543cc017873f68a00fb075e8')
conflicts=("$_pkgname" "${_pkgname}-git")
package() {