summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db2957c59c0c..3d3393773fc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kamil ƚliwak <cameel2/at/gmail/com>
pkgname=kubeval-bin
-pkgver=0.15.0
+pkgver=0.16.1
pkgrel=1
pkgdesc="Tool for validating Kubernetes YAML or JSON configuration files"
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://github.com/garethr/kubeval"
license=('apache')
provides=('kubeval')
conflicts=('kubeval' 'kubeval-git')
-source=(https://github.com/garethr/kubeval/releases/download/$pkgver/kubeval-linux-amd64.tar.gz)
-sha256sums=('70bff2642a2886c0d9ebea452ffb81f333a956e26bbe0826fd7c6797e343e5aa')
+source=(https://github.com/garethr/kubeval/releases/download/v$pkgver/kubeval-linux-amd64.tar.gz)
+sha256sums=('2d6f9bda1423b93787fa05d9e8dfce2fc1190fefbcd9d0936b9635f3f78ba790')
package() {