From 01311c816bc1893087c14b1ab2d7d668193a45c9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 13 May 2019 18:43:30 -0400 Subject: [PATCH] ship 0.43.0 Closes #39812. Signed-off-by: FX Coudert --- Formula/ship.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/ship.rb b/Formula/ship.rb index 289a945130..428e67b8a7 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.42.0.tar.gz" - sha256 "675add9889b5ae2bcdf72be7a77e91d268572a40967607abe756bfcfc8607cb5" + url "https://github.com/replicatedhq/ship/archive/v0.43.0.tar.gz" + sha256 "6a15a5d614af4b69d8c878eaf396ac5db312c0134e76b5a5af26cdb034fe920e" bottle do cellar :any_skip_relocation @@ -12,7 +12,7 @@ class Ship < Formula end depends_on "go" => :build - depends_on "node" => :build + depends_on "node@8" => :build depends_on "yarn" => :build def install