aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-27 21:10:33 +0000
committerMike McQuaid2014-10-28 08:26:20 +0000
commit27d5782eec48f9fe5be61e11ce037da894747e32 (patch)
treea512f0fcfd6eed57c20c0fadf82600272a56b614
parent638368509012a489084073cf0f3999d91a3ea380 (diff)
downloadhomebrew-27d5782eec48f9fe5be61e11ce037da894747e32.tar.bz2
coccinelle: add 1.0.0-rc21 bottle.
-rw-r--r--Library/Formula/coccinelle.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/coccinelle.rb b/Library/Formula/coccinelle.rb
index 4c6de02e3..bbc8997b3 100644
--- a/Library/Formula/coccinelle.rb
+++ b/Library/Formula/coccinelle.rb
@@ -5,6 +5,12 @@ class Coccinelle < Formula
url 'http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc21.tgz'
sha1 'edc008da552eb8f4ef7712fc99b4dc630ab6fb35'
+ bottle do
+ sha1 "907762ffd74c58637cfc1968c0812cf324ad8ac1" => :yosemite
+ sha1 "4d2f9a8af8dca8cce0a3e65c44afc70e38fe7218" => :mavericks
+ sha1 "ef567b84ce5bd101e3993e162855e4e88d1f3600" => :mountain_lion
+ end
+
depends_on "objective-caml"
depends_on "camlp4"