From 6968f9aaa701aac070702505a0216ff758f38c95 Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Tue, 28 Jul 2020 00:21:10 -0300 Subject: [PATCH] minikube: update to 1.12.1. --- srcpkgs/minikube/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/minikube/template b/srcpkgs/minikube/template index a820489b0bc..e03efdfa838 100644 --- a/srcpkgs/minikube/template +++ b/srcpkgs/minikube/template @@ -1,6 +1,6 @@ # Template file for 'minikube' pkgname=minikube -version=1.11.0 +version=1.12.1 revision=1 archs="x86_64* ppc64le*" build_wrksrc=src/k8s.io/minikube @@ -13,6 +13,7 @@ short_desc="Tool to make it easy to run Kubernetes locally" maintainer="Daniel Santana " license="Apache-2.0" homepage="https://github.com/kubernetes/minikube" +changelog="https://raw.githubusercontent.com/kubernetes/minikube/master/CHANGELOG.md" do_fetch() { # We must clone it instead of downloading the tarball because the build