summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcameel2018-03-05 00:18:50 +0100
committercameel2018-03-05 00:18:50 +0100
commit2415afeb9fee7d1481c9cbc6c840e6ae26557c1b (patch)
tree6489156b7596aec34cd6159740e93b041e9ce52a /PKGBUILD
parent4b645c9de5f425653ba591b5462e0f156ab3f493 (diff)
downloadaur-2415afeb9fee7d1481c9cbc6c840e6ae26557c1b.tar.gz
Update to version 0.7.1: simple version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9b6c64fcc17..ce47f5903046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kamil ƚliwak <cameel2/at/gmail/com>
pkgname=kubeval-bin
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="Tool for validating a Kubernetes YAML or JSON configuration files"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('apache')
provides=('kubeval')
conflicts=('kubeval' 'kubeval-git')
source=(https://github.com/garethr/kubeval/releases/download/$pkgver/kubeval-linux-amd64.tar.gz)
-md5sums=('97157b7bfdb24be2d512f9621016700a')
+md5sums=('c020e2e103bdcdd362039b1e47eeb50f')
package() {
install -Dm 755 "$srcdir/kubeval" "$pkgdir/usr/bin/kubeval"