diff options
| author | BrewTestBot | 2014-05-19 03:25:16 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2014-05-20 00:04:23 -0700 | 
| commit | a6189d579f61938db6aa9bc55c5f4312035b448b (patch) | |
| tree | 2120d6aebfc7b9b2396f28d5caf2620423f8f2a5 /Library/Formula/json-c.rb | |
| parent | 1f9aa799141368e3c70987f1c04ea109623428ef (diff) | |
| download | homebrew-a6189d579f61938db6aa9bc55c5f4312035b448b.tar.bz2 | |
json-c: update 0.12 bottle.
Closes #29383.
Diffstat (limited to 'Library/Formula/json-c.rb')
| -rw-r--r-- | Library/Formula/json-c.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb index 852ff7420..92e916563 100644 --- a/Library/Formula/json-c.rb +++ b/Library/Formula/json-c.rb @@ -8,9 +8,9 @@ class JsonC < Formula    bottle do      cellar :any -    sha1 "44f79306bc549ac82fb2007184a757e6d94ae320" => :mavericks -    sha1 "0d3169dcd74efedb465598463026dc8c1b3192a1" => :mountain_lion -    sha1 "13d7c03bb2c64a60d392390e693f750ccb38be6c" => :lion +    sha1 "31aab221bbee3c5fb73739a80befc373576ed382" => :mavericks +    sha1 "b37a76d7912266e957d88e3a1fc78a65b852efcd" => :mountain_lion +    sha1 "ee13acb15b713bd2dff8d8c9424e90f7c0a78d6f" => :lion    end    option :universal | 
