diff options
| author | BrewTestBot | 2014-09-27 19:18:56 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-09-27 11:36:03 -0700 |
| commit | 389d1c6921ea849de832471c6aa2271b56494aef (patch) | |
| tree | 7ba858d1715f13cdc5ea314126600bd7fe5104a4 /Library/Formula | |
| parent | dc38d98c338316a044f9b2452ab9309177177fc3 (diff) | |
| download | homebrew-389d1c6921ea849de832471c6aa2271b56494aef.tar.bz2 | |
camlp5: add 6.12 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/camlp5.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/camlp5.rb b/Library/Formula/camlp5.rb index 9fe65afba..5d28e2def 100644 --- a/Library/Formula/camlp5.rb +++ b/Library/Formula/camlp5.rb @@ -5,6 +5,12 @@ class Camlp5 < Formula url "http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.12.tgz" sha1 "d78d89dbd33725d7589181c38cc67180502da2f8" + bottle do + sha1 "a96b54c869d6a746d63f4fae548eabce16e866e4" => :mavericks + sha1 "865a5f4e5162ddbd661f930717f4e7d35b6dffb2" => :mountain_lion + sha1 "ae8b490cad902abac671e9ac332dadd8a8e8cfe8" => :lion + end + depends_on "objective-caml" option "strict", "Compile in strict mode" |
