aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/json-c.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-03-13 20:13:59 +0000
committerMike McQuaid2014-03-13 20:39:03 +0000
commit37748cda7d052638da7bd271893af6ca50bea6c8 (patch)
treea930a69c88387004d9ca1d96886a313f1205aae6 /Library/Formula/json-c.rb
parent9e53cb2ac5dc53a137521ebbbf0dcbab05f2440c (diff)
downloadhomebrew-37748cda7d052638da7bd271893af6ca50bea6c8.tar.bz2
json-c: add 0.11 bottle.
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}"