aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-18 23:01:56 +0100
committerJack Nagel2014-07-18 17:24:00 -0500
commit4d3db6f637ab422fdda78e89e97e0cd9a74eb70d (patch)
tree94f76b665b3727fa4ecbdd72d673aafae0708040 /Library
parent2c8906722de32eb3bbbfd91f19fbe5fa159bf97d (diff)
downloadhomebrew-4d3db6f637ab422fdda78e89e97e0cd9a74eb70d.tar.bz2
cereal: add 1.0.0 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cereal.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cereal.rb b/Library/Formula/cereal.rb
index 68f8e57e3..668b959d4 100644
--- a/Library/Formula/cereal.rb
+++ b/Library/Formula/cereal.rb
@@ -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"