cppcheck: add 1.66 bottle.

Closes Homebrew/homebrew#31356.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
BrewTestBot 2014-08-05 12:35:19 +01:00 committed by Mike McQuaid
parent be7497a913
commit bfd83d5432
1 changed files with 6 additions and 0 deletions

View File

@ -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)"