diff options
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 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' |
