dockviz: add 0.3 bottle.

This commit is contained in:
BrewTestBot 2015-11-21 16:27:55 +00:00 committed by Mike McQuaid
parent 0efb3df121
commit c35061ab40

View file

@ -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