cppcheck: update to 1.42.

This commit is contained in:
Juan RP 2010-05-02 14:33:42 +02:00
parent 4bf44b617b
commit 728938a9ff
2 changed files with 9 additions and 11 deletions

View file

@ -1,12 +1,12 @@
# Template file for 'cppcheck'
pkgname=cppcheck
version=1.40
version=1.42
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_makefile
make_build_target="cppcheck cppcheck.1"
short_desc="Static analysis of C/C++ code"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=77dc5dd758abc7497367f5f20a6af8e9ae3e460ac99c7813fec4e8aef089d439
checksum=a3349315e6e30ae9ea189225750e6f08e4a647b459080d4846e3c4cf6751adf0
long_desc="
Cppcheck is a tool for static C/C++ code analysis, and it tries to
detect bugs that your compiler do not see. Checks for: memory leaks,