Skip to content

Commit

Permalink
ship 0.36.0
Browse files Browse the repository at this point in the history
Closes #37925.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
laverya authored and fxcoudert committed Mar 20, 2019
1 parent af2d8ef commit 3670143
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/ship.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 3670143

Please sign in to comment.