Skip to content

Commit

Permalink
kompose 1.0.0
Browse files Browse the repository at this point in the history
Closes #15815.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
  • Loading branch information
ilovezfs committed Jul 21, 2017
1 parent 4626996 commit cebfa72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/kompose.rb
@@ -1,8 +1,8 @@
class Kompose < Formula
desc "Tool to move from `docker-compose` to Kubernetes"
homepage "http://kompose.io"
url "https://github.com/kubernetes-incubator/kompose/archive/v0.7.0.tar.gz"
sha256 "6b649e91494e57ffd6c6f1d6150072d4c5589d75568172a8f3a0d6cbd7322599"
url "https://github.com/kubernetes/kompose/archive/v1.0.0.tar.gz"
sha256 "b9c9bfc9f25c67cf7d8d8b76467487255f9882fca563f8e9ef990f647cd2406e"

bottle do
cellar :any_skip_relocation
Expand All @@ -15,8 +15,8 @@ class Kompose < Formula

def install
ENV["GOPATH"] = buildpath
mkdir_p buildpath/"src/github.com/kubernetes-incubator"
ln_s buildpath, buildpath/"src/github.com/kubernetes-incubator/kompose"
mkdir_p buildpath/"src/github.com/kubernetes"
ln_s buildpath, buildpath/"src/github.com/kubernetes/kompose"
system "make", "bin"
bin.install "kompose"
end
Expand Down

0 comments on commit cebfa72

Please sign in to comment.