kompose 0.4.0
Closes #11449. Signed-off-by: Alexander Hamann <neutric@users.noreply.github.com>
This commit is contained in:
parent
ee8d900c9e
commit
dff0a874b5
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Kompose < Formula
|
class Kompose < Formula
|
||||||
desc "Tool to move from `docker-compose` to Kubernetes"
|
desc "Tool to move from `docker-compose` to Kubernetes"
|
||||||
homepage "http://kompose.io"
|
homepage "http://kompose.io"
|
||||||
url "https://github.com/kubernetes-incubator/kompose/archive/v0.3.0.tar.gz"
|
url "https://github.com/kubernetes-incubator/kompose/archive/v0.4.0.tar.gz"
|
||||||
sha256 "047e5367856f07338515eea43fb213e08fdde79333250e4cc85251e80251c928"
|
sha256 "a7aaf5a01d8563e3648d4155250ba96f964f1f0a1e682ea431c7a952b00ae8f4"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any_skip_relocation
|
cellar :any_skip_relocation
|
||||||
|
|
Loading…
Reference in a new issue