diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jansson.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/jansson.rb b/Library/Formula/jansson.rb index 8e873f8d7..bf8aa1992 100644 --- a/Library/Formula/jansson.rb +++ b/Library/Formula/jansson.rb @@ -5,6 +5,13 @@ class Jansson < Formula url 'http://www.digip.org/jansson/releases/jansson-2.6.tar.gz' sha1 '70ff0bf10db63850e5d26327d1e9fd8a58d608e4' + bottle do + cellar :any + sha1 "7654f62473150c646f5c23ec8d1c8cb68a98626a" => :yosemite + sha1 "c1a5dbc0eab03aab1126541626b157945f02edff" => :mavericks + sha1 "c603486520d793158953c47c2ed2841462812fb0" => :mountain_lion + end + option :universal def install |
