ship 0.36.0

Closes #37925.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
Andrew Lavery 2019-03-14 16:04:36 -07:00 committed by FX Coudert
parent af2d8efd70
commit 3670143807

View file

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