aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-04-26 13:43:13 +0100
committerXu Cheng2015-04-26 20:46:25 +0800
commitaf38a05559418c8e67e991643f194dd21a4f6c52 (patch)
tree32320d594ad65fae3038a2bcfaef5c1b127f0f60
parent1ce55579ba85495d1bc15e12de0a31adf3174865 (diff)
downloadhomebrew-af38a05559418c8e67e991643f194dd21a4f6c52.tar.bz2
rapidjson: add 1.0.1 bottle.
-rw-r--r--Library/Formula/rapidjson.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/rapidjson.rb b/Library/Formula/rapidjson.rb
index c748f12d6..8542a7c34 100644
--- a/Library/Formula/rapidjson.rb
+++ b/Library/Formula/rapidjson.rb
@@ -4,6 +4,12 @@ class Rapidjson < Formula
sha256 "a9003ad5c6384896ed4fd1f4a42af108e88e1b582261766df32d717ba744ee73"
head "https://github.com/miloyip/rapidjson.git"
+ bottle do
+ sha256 "2b92e5e53744612527ecf715da9bf5de106a099c67fb1ec2d8265e411011357c" => :yosemite
+ sha256 "c2b36ff73da8dc865805693a4ac023e31a244bd643676ff2bd8b0866d3d01b51" => :mavericks
+ sha256 "2eec4643f5e673622623e7b0fa8d8409667ec794c6e9ae5b2aa9c773758fa201" => :mountain_lion
+ end
+
option "without-docs", "Don't build documentation"
depends_on "cmake" => :build