summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2019-11-18 21:46:22 +0100
committerLukas Grossar2019-11-18 21:46:22 +0100
commitfb71ec34a975ac5f91514f5985bcfd49f4e756a2 (patch)
treeda3939c6ab980ff78317d17fd00c519349ad81d1 /PKGBUILD
parentfc8ffc714676df2102929b60d3136d0fe94bd531 (diff)
downloadaur-fb71ec34a975ac5f91514f5985bcfd49f4e756a2.tar.gz
update to v0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 125830b900b7..468b00ced889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kind-bin
pkgdesc="Kubernetes IN Docker - local clusters for testing Kubernetes"
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
arch=('x86_64')
url="https://github.com/kubernetes-sigs/kind"
@@ -18,3 +18,4 @@ package() {
"$pkgdir/usr/bin/kind" completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/kind"
"$pkgdir/usr/bin/kind" completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_kind"
}
+sha256sums=('b68e758f5532db408d139fed6ceae9c1400b5137182587fc8da73a5dcdb950ae')