minikube: update to 0.32.0.

This commit is contained in:
Daniel Santana 2018-12-22 18:53:59 -02:00 committed by Enno Boland
parent 6d0983f847
commit d5acbe71a0

View file

@ -1,12 +1,12 @@
# Template file for 'minikube'
pkgname=minikube
version=0.30.0
version=0.32.0
revision=1
only_for_archs="x86_64 x86_64-musl"
build_style=go
go_import_path="k8s.io/minikube"
hostmakedepends="git go-bindata python pkg-config"
makedepends="libvirt-devel"
go_import_path="k8s.io/minikube"
short_desc="Minikube is a tool that makes it easy to run Kubernetes locally"
maintainer="Daniel Santana <daniel@santana.tech>"
license="Apache-2.0"