diff options
| author | Pete Johns | 2013-06-03 22:11:41 +1000 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-03 11:22:02 -0700 |
| commit | e41b9d0eb69921649f771633f067142e8e4df066 (patch) | |
| tree | b83d0aea959e497465ea45aebb4961b78633db0c /Library | |
| parent | dbc5f69b792882a6c32c97a82c07081462424c83 (diff) | |
| download | homebrew-e41b9d0eb69921649f771633f067142e8e4df066.tar.bz2 | |
cppcheck 1.60.1
Closes #20222.
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 6e9d6c86f..6611e13b8 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/archive/1.59.tar.gz' - sha1 '70b5ff87b78aae74460a4319b6eff0b358e007f2' + url 'https://github.com/danmar/cppcheck/archive/1.60.1.tar.gz' + sha1 '733ee20f5a9f5c991e142dd4ea3bd997a93ddf51' head 'https://github.com/danmar/cppcheck.git' |
