aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmockery2.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/cmockery2.rb b/Library/Formula/cmockery2.rb
index 62b298a70..61336df5a 100644
--- a/Library/Formula/cmockery2.rb
+++ b/Library/Formula/cmockery2.rb
@@ -6,6 +6,13 @@ class Cmockery2 < Formula
url "https://github.com/lpabon/cmockery2/archive/v1.3.8.tar.gz"
sha1 "5b5633c9f32b40451b2b94fa47495029f9fad919"
+ bottle do
+ cellar :any
+ sha1 "b39492f8fe96daa1008922e4800e3e35b0393103" => :mavericks
+ sha1 "d1925c9d80e45ba7250320ce4786bacd67194fff" => :mountain_lion
+ sha1 "053629d4bb3fc0fe78184c5736e9b0fae64bdcd8" => :lion
+ end
+
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build