diff options
| author | Brett Koonce | 2012-12-15 09:40:11 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-15 10:01:03 -0800 |
| commit | 99dd569d6f651059264b3a22c8e12fb82c5998cb (patch) | |
| tree | 2565799ea7816f52004d5bda4d063b24ddbbc947 /Library | |
| parent | 8a39202f25747d8d53c8b9af851e24bf4af8a267 (diff) | |
| download | homebrew-99dd569d6f651059264b3a22c8e12fb82c5998cb.tar.bz2 | |
cppcheck 1.57
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cppcheck.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index 7bcadfc90..6a0c354ed 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -2,8 +2,8 @@ require 'formula' class Cppcheck < Formula homepage 'http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page' - url 'https://github.com/danmar/cppcheck/tarball/1.56' - sha1 '195e8c819bff51bf2242133851052105a0619bf0' + url 'https://github.com/danmar/cppcheck/tarball/1.57' + sha1 'ec956a9ec0f224206bfcdff77051e83a4068c47f' head 'https://github.com/danmar/cppcheck.git' |
