aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yajl.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb
index 179278d66..5b26adfce 100644
--- a/Library/Formula/yajl.rb
+++ b/Library/Formula/yajl.rb
@@ -5,6 +5,12 @@ class Yajl < Formula
url 'https://github.com/lloyd/yajl/archive/2.0.4.tar.gz'
sha256 '0e78f516dc53ecce7dc073f9a9bb0343186b58ef29dcd1dad74e5e853b216dd5'
+ bottle do
+ sha1 "a02d27cc6b98912176bd636ee30aaca464a44ae8" => :mavericks
+ sha1 "1d8cec340ef78502d9e726a96c416c20ee7e85e1" => :mountain_lion
+ sha1 "1e7bbbf4f37b9a251c430b2438f3449cc62d5903" => :lion
+ end
+
# Configure uses cmake internally
depends_on 'cmake' => :build