kubernetes-kind: update to 0.11.0.
This commit is contained in:
parent
8905b7558b
commit
ffaf40dad6
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kubernetes-kind'
|
||||
pkgname=kubernetes-kind
|
||||
version=0.10.0
|
||||
revision=2
|
||||
version=0.11.0
|
||||
revision=1
|
||||
wrksrc="kind-${version}"
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
|
@ -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=@e5511659e3e1735531d4845405782d869d4fb425b545ea89151fd76208a12a49
|
||||
checksum=@351400f93c90595bebda767affdc3ede7902b7d9f0ef9b4bfb328c9005f52fa2
|
||||
_completions="bash zsh fish"
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in a new issue