ship 0.43.0
Closes #39812. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
17cf003b16
commit
01311c816b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue