diff options
| author | BrewTestBot | 2015-03-07 22:42:02 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-03-08 09:38:10 +0000 | 
| commit | 71bb29c30553eb449e8d5519bc84e21c131a89dd (patch) | |
| tree | 557a1582424f713a53162822c4280efc8850423c /Library/Formula/cppcheck.rb | |
| parent | 8b915a542e0dca71a7c56b069893e9f6c527e6e7 (diff) | |
| download | homebrew-71bb29c30553eb449e8d5519bc84e21c131a89dd.tar.bz2 | |
cppcheck: update 1.68 bottle.
Diffstat (limited to 'Library/Formula/cppcheck.rb')
| -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 db3356489..20845504d 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -6,9 +6,9 @@ class Cppcheck < Formula    head "https://github.com/danmar/cppcheck.git"    bottle do -    sha1 "8191b30ed8620ed5de071bbe80053125f80438bc" => :yosemite -    sha1 "168ff653869991d73f5e49493bd690e17a56cee9" => :mavericks -    sha1 "d367cd0f3b392e5a93868179402c76e708b26b62" => :mountain_lion +    revision 1 +    sha256 "fd979cd455c04c543bdb81be9c98d265cdab3a451302f1b506a5225c4b5d4bef" => :yosemite +    sha256 "aa2e66721ab0f605c706c6366c0e92d50b6d1281c2f1656f0f25301b6db29d66" => :mavericks    end    option "without-rules", "Build without rules (no pcre dependency)"  | 
