diff --git a/Formula/ship.rb b/Formula/ship.rb index fd2915e591..f07e7f6487 100644 --- a/Formula/ship.rb +++ b/Formula/ship.rb @@ -1,8 +1,8 @@ class Ship < Formula desc "Reducing the overhead of maintaining 3rd-party applications in Kubernetes" homepage "https://www.replicated.com/ship" - url "https://github.com/replicatedhq/ship/archive/v0.34.0.tar.gz" - sha256 "252ff2eef0b1fc9289caa037a46dc008d0dd45f893e58d7a6424c8990a447440" + url "https://github.com/replicatedhq/ship/archive/v0.36.0.tar.gz" + sha256 "570ee5364064715b4b79f6fa989d783fe19eabcb0c623d3dc1b43e0ddd3cd9b2" bottle do cellar :any_skip_relocation @@ -15,6 +15,8 @@ class Ship < Formula depends_on "node" => :build depends_on "yarn" => :build + depends_on :macos => :high_sierra # Ship fails to build with Golang 1.12 on Sierra + def install ENV["GOPATH"] = buildpath srcpath = buildpath/"src/github.com/replicatedhq/ship"