dockviz: add 0.3 bottle.
This commit is contained in:
parent
0efb3df121
commit
c35061ab40
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ class Dockviz < Formula
|
|||
:revision => "ae855d6a5a540c3563948e7035f9d19cab17f5b0"
|
||||
head "https://github.com/justone/dockviz.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "9b5c1b510e7a271d36028e8fc75cafc00ccab385e357c7415f8727f4acc290c3" => :el_capitan
|
||||
sha256 "97ea72b5495a1481a3ad9b0310b9e45263dfe238b11f25823634568b16236785" => :yosemite
|
||||
sha256 "aa256e62b5044a4f2d7a3b3a37f352b20e3edad10c6bdcb3755ec4761a585740" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
go_resource "github.com/fsouza/go-dockerclient" do
|
||||
|
|
Loading…
Reference in a new issue