mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
minikube: update to 0.34.1.
This commit is contained in:
parent
909cd29570
commit
3b64d05e7f
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'minikube'
|
# Template file for 'minikube'
|
||||||
pkgname=minikube
|
pkgname=minikube
|
||||||
version=0.33.1
|
version=0.34.1
|
||||||
revision=3
|
revision=1
|
||||||
build_wrksrc="src/k8s.io/minikube"
|
archs="x86_64* ppc64le*"
|
||||||
only_for_archs="x86_64 x86_64-musl ppc64le ppc64le-musl"
|
build_wrksrc=src/k8s.io/minikube
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="k8s.io/minikube"
|
go_import_path=k8s.io/minikube
|
||||||
hostmakedepends="git go-bindata python pkg-config"
|
hostmakedepends="git go-bindata python pkgconf"
|
||||||
makedepends="libvirt-devel"
|
makedepends="libvirt-devel"
|
||||||
depends="kubectl"
|
depends="kubectl"
|
||||||
short_desc="Tool to make it easy to run Kubernetes locally"
|
short_desc="Tool to make it easy to run Kubernetes locally"
|
||||||
|
|
Loading…
Add table
Reference in a new issue