diff options
| author | BrewTestBot | 2014-10-24 14:40:37 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-10-24 19:44:38 -0700 |
| commit | ec74aa2b6447f96c7c7534ace06233f1830e82c4 (patch) | |
| tree | d59f61d81c413bcbbb860efc0e050f1059cf8e9a | |
| parent | 9fafd34ef3c6db1c89705dce0e8fa66bbc45a8a8 (diff) | |
| download | homebrew-ec74aa2b6447f96c7c7534ace06233f1830e82c4.tar.bz2 | |
cppcheck: update 1.67 bottle.
Closes #33545.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/cppcheck.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index 032789de5..486cd3b2a 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -8,9 +8,9 @@ class Cppcheck < Formula head "https://github.com/danmar/cppcheck.git" bottle do - sha1 "a3b2341260ab7afbb08dbf44e51b32d2edbd6d7c" => :mavericks - sha1 "e7290d70f4aee90d644898785eb4eff25fbbcd8b" => :mountain_lion - sha1 "ee30f858617e11e68d465d7406f445cf13d6f791" => :lion + sha1 "16d24ece4e95c8cecf8a79c3f63c326f33dc58cf" => :yosemite + sha1 "63a24e70db08ec69f50e5705b6dd4066cad51b36" => :mavericks + sha1 "7096f14ebc2826b151d61d573ef07841ae05cea1" => :mountain_lion end option "no-rules", "Build without rules (no pcre dependency)" |
