mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
0c2140f01b
commit
7f1e2ce0dc
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'kubernetes-kind'
|
# Template file for 'kubernetes-kind'
|
||||||
pkgname=kubernetes-kind
|
pkgname=kubernetes-kind
|
||||||
version=0.17.0
|
version=0.20.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path="sigs.k8s.io/kind"
|
go_import_path="sigs.k8s.io/kind"
|
||||||
short_desc="Kind is a tool for running local Kubernetes clusters using Docker"
|
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"
|
license="Apache-2.0"
|
||||||
homepage="https://kind.sigs.k8s.io/"
|
homepage="https://kind.sigs.k8s.io/"
|
||||||
distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
|
distfiles="https://github.com/kubernetes-sigs/kind/archive/v${version}.tar.gz"
|
||||||
checksum=056171a47e6fa0e7f52d009dd52bdeac30c517566921807f83b3f6ce47fe3be4
|
checksum=6795c3478a298973e010349b87740fa1732e18989856db0deed54b153330365c
|
||||||
_completions="bash zsh fish"
|
_completions="bash zsh fish"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue