minikube: add 1.5.0 bottle.

This commit is contained in:
BrewTestBot 2019-10-26 04:44:14 +00:00 committed by Rui Chen
parent 1d8d1f6006
commit fc1f6ea876

View file

@ -6,6 +6,13 @@ class Minikube < Formula
:revision => "d1151d93385a70c5a03775e166e94067791fe2d9"
head "https://github.com/kubernetes/minikube.git"
bottle do
cellar :any_skip_relocation
sha256 "4a338e3dd7b93c305fb58976db59b4b9549d264da078352c5afd3c525dafa172" => :catalina
sha256 "157d59038a69e69178185216cf9bc0f06f7d029ed31ee8598da72f98f367b86c" => :mojave
sha256 "1e7bcf26eda3e43d0632932f090c1d58c3250b5266b1e2f770ef289b00e4e649" => :high_sierra
end
depends_on "go" => :build
depends_on "go-bindata" => :build
depends_on "kubernetes-cli"