flatcc: add 0.2.0 bottle.
This commit is contained in:
parent
9239964bdb
commit
adaa3a86e1
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Flatcc < Formula
|
|||
sha256 "5327e0c0faa37643f59be6f086576ef76a13d36b655d2bf9547f89ffce3b3413"
|
||||
head "https://github.com/dvidelabs/flatcc.git"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "7c3d7e80159dbf1093b063c31f666edde6e7e61e47effff056e195dcc5a4eb80" => :el_capitan
|
||||
sha256 "b3262d360e57e751104e7a587c502a2db50485a09bf507650f39cbb4506ae853" => :yosemite
|
||||
sha256 "a02998f4da5d62c97c54b75d3d9d014ec3cf7758109687777507c8f832e2f7bb" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue