mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
917fb79c10
commit
bc95da8845
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'kubernetes-kind'
|
# Template file for 'kubernetes-kind'
|
||||||
pkgname=kubernetes-kind
|
pkgname=kubernetes-kind
|
||||||
version=0.23.0
|
version=0.24.0
|
||||||
revision=1
|
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Gabriel M. Dutra <nulldutra@gmail.com>"
|
||||||
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=b8ea6665bc37a34de0a6fe7592fb8ae376847e1c93fc5d6377140a98c1aa6a55
|
checksum=eb7bcb8005ff980d7d7ad088165a5a6236f484444aa397520cd98cb046e1d797
|
||||||
_completions="bash zsh fish"
|
_completions="bash zsh fish"
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue