diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cppcheck.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index 99fd8736c..260d8c6a1 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -7,6 +7,12 @@ class Cppcheck < Formula head "https://github.com/danmar/cppcheck.git" + bottle do + sha1 "a3b2341260ab7afbb08dbf44e51b32d2edbd6d7c" => :mavericks + sha1 "e7290d70f4aee90d644898785eb4eff25fbbcd8b" => :mountain_lion + sha1 "ee30f858617e11e68d465d7406f445cf13d6f791" => :lion + end + option "no-rules", "Build without rules (no pcre dependency)" option "with-gui", "Build the cppcheck gui (requires Qt)" |
