diff options
| author | Brett Koonce | 2013-02-08 09:31:57 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-08 09:17:37 -0800 |
| commit | ecd89cb4a19f59da7bac74cce23df132ee72158d (patch) | |
| tree | c2fff3f63b5f6d0cc66c3bd2c3d8aca7da2f7100 /Library/Formula/cppcheck.rb | |
| parent | c3cb4d82375994ac91b90a6c3d85f2ceab472684 (diff) | |
| download | homebrew-ecd89cb4a19f59da7bac74cce23df132ee72158d.tar.bz2 | |
cppcheck 1.58
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/cppcheck.rb')
| -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 6a0c354ed..42b26fe75 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.57' - sha1 'ec956a9ec0f224206bfcdff77051e83a4068c47f' + url 'https://github.com/danmar/cppcheck/tarball/1.58' + sha1 '628fa455c0c22daba5d9ffe2e37ecf02f46529f2' head 'https://github.com/danmar/cppcheck.git' |
