diff options
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 8c2a13fa1..c90516841 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.62.1.tar.gz' - sha1 '2494a603bd505cc6ae5bd67286410a66cf7996b2' + url 'https://github.com/danmar/cppcheck/archive/1.63.1.tar.gz' + sha1 '19ad7251603356a82dc75a836dfad9629a3d12a0' head 'https://github.com/danmar/cppcheck.git' |
