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'
|
||||
pkgname=minikube
|
||||
version=0.33.1
|
||||
revision=3
|
||||
build_wrksrc="src/k8s.io/minikube"
|
||||
only_for_archs="x86_64 x86_64-musl ppc64le ppc64le-musl"
|
||||
version=0.34.1
|
||||
revision=1
|
||||
archs="x86_64* ppc64le*"
|
||||
build_wrksrc=src/k8s.io/minikube
|
||||
build_style=go
|
||||
go_import_path="k8s.io/minikube"
|
||||
hostmakedepends="git go-bindata python pkg-config"
|
||||
go_import_path=k8s.io/minikube
|
||||
hostmakedepends="git go-bindata python pkgconf"
|
||||
makedepends="libvirt-devel"
|
||||
depends="kubectl"
|
||||
short_desc="Tool to make it easy to run Kubernetes locally"
|
||||
|
|
Loading…
Reference in a new issue