cppcheck: update to 1.57.

This commit is contained in:
Juan RP 2012-11-06 09:44:09 +01:00
parent 9312b5a845
commit 8cf149f288

View file

@ -1,6 +1,6 @@
# Template file for 'cppcheck'
pkgname=cppcheck
version=1.56
version=1.57
revision=1
build_style=gnu-makefile
make_build_target="all man"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://cppcheck.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=2cbd3e1bbf3ac0779e4859de78ef614ea172cea6108db6d369533c3b30b54de0
checksum=7bdfd4c44db37f6d2e29ab315ea292994bce397b9531e8cfe04d4c2967ed27bc
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,