aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/json-c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/json-c.rb')
-rw-r--r--Library/Formula/json-c.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb
index 793bb14d4..da9aa7075 100644
--- a/Library/Formula/json-c.rb
+++ b/Library/Formula/json-c.rb
@@ -6,6 +6,13 @@ class JsonC < Formula
version '0.11'
sha1 '1910e10ea57a743ec576688700df4a0cabbe64ba'
+ bottle do
+ cellar :any
+ sha1 "44f79306bc549ac82fb2007184a757e6d94ae320" => :mavericks
+ sha1 "0d3169dcd74efedb465598463026dc8c1b3192a1" => :mountain_lion
+ sha1 "13d7c03bb2c64a60d392390e693f750ccb38be6c" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"