cppcheck 1.56

Closes Homebrew/homebrew#14960.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Nicholas Hutchinson 2012-09-16 14:17:30 +12:00 committed by Adam Vandenberg
parent a40ee0c459
commit a5f0f91421
1 changed files with 6 additions and 2 deletions

View File

@ -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.55'
sha1 '5a888427b9303420a1a583a2cb3919fb5ba3c5ce'
url 'https://github.com/danmar/cppcheck/tarball/1.56'
sha1 '195e8c819bff51bf2242133851052105a0619bf0'
head 'https://github.com/danmar/cppcheck.git'
@ -39,6 +39,10 @@ class Cppcheck < Formula
end
end
def test
system "#{bin}/cppcheck", "--version"
end
def caveats; <<-EOS.undent
--with-gui installs cppcheck-gui.app in:
#{bin}