kubernetes-kind: update to 0.11.1.

This commit is contained in:
Daniel Lewan 2021-12-17 09:58:48 +01:00 committed by Érico Nogueira Rolim
parent db6dba1a75
commit 8ef5d293fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'kubernetes-kind'
pkgname=kubernetes-kind
version=0.11.0
version=0.11.1
revision=1
wrksrc="kind-${version}"
build_style=go
@ -11,7 +11,7 @@ maintainer="Andy Cobaugh <andrew.cobaugh@gmail.com>"
license="Apache-2.0"
homepage="https://kind.sigs.k8s.io/"
distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
checksum=@351400f93c90595bebda767affdc3ede7902b7d9f0ef9b4bfb328c9005f52fa2
checksum=95ce0e7b01c00be149e5bd777936cef3f79ba7f1f3e5872e7ed60595858a2491
_completions="bash zsh fish"
post_build() {