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' # 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"