cereal: add 1.0.0 bottle.
This commit is contained in:
parent
254c3333c6
commit
d82e93f7b4
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ class Cereal < Formula
|
|||
|
||||
head "https://github.com/USCiLab/cereal.git", :branch => "develop"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "6adcd84314611446fb8926455217e207a47993be" => :mavericks
|
||||
sha1 "5d9e8b45dbe08eaad5fe3088e70036a27d7ff581" => :mountain_lion
|
||||
sha1 "47344b6e499bf21f54f6a59a462a9ada773f8a5e" => :lion
|
||||
end
|
||||
|
||||
option "with-tests", "Build and run the test suite"
|
||||
|
||||
depends_on "cmake" => :build if build.with? "tests"
|
||||
|
|
Loading…
Reference in a new issue