Skip to content

Commit

Permalink
gofabric8 0.4.132
Browse files Browse the repository at this point in the history
Closes #15070.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jun 29, 2017
1 parent 49db782 commit 39fe691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/gofabric8.rb
@@ -1,8 +1,8 @@
class Gofabric8 < Formula
desc "CLI for fabric8 running on Kubernetes or OpenShift"
homepage "https://github.com/fabric8io/gofabric8/"
url "https://github.com/fabric8io/gofabric8/archive/v0.4.124.tar.gz"
sha256 "c9274fc81a1952c065dce1c07a46065bb8f9ecb4492e777ac38c5fa91b542159"
url "https://github.com/fabric8io/gofabric8/archive/v0.4.132.tar.gz"
sha256 "c28c757d5c5fd803374eec7d270f82b9fcb5ec0380c912ac9e8d63f26a629dec"

bottle do
cellar :any_skip_relocation
Expand All @@ -19,6 +19,7 @@ def install
dir.install buildpath.children

cd dir do
system "make", "templates"
system "make", "install", "REV=homebrew"
prefix.install_metafiles
end
Expand Down

0 comments on commit 39fe691

Please sign in to comment.