diff options
| author | BrewTestBot | 2014-08-05 12:35:19 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-05 12:39:14 +0100 |
| commit | 1f43cd319b336eb5eaca4a7600b4501f20d5ae70 (patch) | |
| tree | f84ea1d0e8c3b633b7a93d86f31cd463febc5c90 /Library/Formula | |
| parent | f03bf96ebf2ec2e67622727a6d9eeb1764f1f2a6 (diff) | |
| download | homebrew-1f43cd319b336eb5eaca4a7600b4501f20d5ae70.tar.bz2 | |
cppcheck: add 1.66 bottle.
Closes #31356.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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)" |
