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