minikube: update to 0.34.1.

This commit is contained in:
maxice8 2019-02-20 15:54:48 -03:00 committed by maxice8
parent 909cd29570
commit 3b64d05e7f

View file

@ -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"