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:
Ashley Penney 2017-02-16 22:21:44 +00:00
parent 54c9035f13
commit a6aa30c338
1 changed files with 1 additions and 0 deletions

View File

@ -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?