mirror of https://github.com/kubernetes/kops.git
Adding this depends makes it work on Sierra for me
Prior to this Makefile:70 always failed with the error that shasum was unavailable.
This commit is contained in:
parent
54c9035f13
commit
a6aa30c338
|
|
@ -14,6 +14,7 @@ class Kops < Formula
|
|||
|
||||
depends_on "go" => :build
|
||||
depends_on "kubernetes-cli"
|
||||
depends_on "md5sha1sum"
|
||||
|
||||
def install
|
||||
ENV["VERSION"] = version unless build.head?
|
||||
|
|
|
|||
Loading…
Reference in New Issue