aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-09-27 19:18:56 +0100
committerBrett Koonce2014-09-27 11:36:03 -0700
commit389d1c6921ea849de832471c6aa2271b56494aef (patch)
tree7ba858d1715f13cdc5ea314126600bd7fe5104a4 /Library/Formula
parentdc38d98c338316a044f9b2452ab9309177177fc3 (diff)
downloadhomebrew-389d1c6921ea849de832471c6aa2271b56494aef.tar.bz2
camlp5: add 6.12 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/camlp5.rb6
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"