kubernetes-kind: update to 0.20.0

Closes: #46149 [via git-merge-pr]
This commit is contained in:
Rodrigo Oliveira 2023-09-20 01:48:17 -03:00 committed by Duncaen
parent 0c2140f01b
commit 7f1e2ce0dc
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'kubernetes-kind'
pkgname=kubernetes-kind
version=0.17.0
revision=3
version=0.20.0
revision=1
build_style=go
build_helper=qemu
go_import_path="sigs.k8s.io/kind"
short_desc="Kind is a tool for running local Kubernetes clusters using Docker"
maintainer="Andy Cobaugh <andrew.cobaugh@gmail.com>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://kind.sigs.k8s.io/"
distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
checksum=056171a47e6fa0e7f52d009dd52bdeac30c517566921807f83b3f6ce47fe3be4
checksum=6795c3478a298973e010349b87740fa1732e18989856db0deed54b153330365c
_completions="bash zsh fish"
post_build() {