From 8cf149f288aea20701dea437486074da0be6078d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 6 Nov 2012 09:44:09 +0100 Subject: [PATCH] cppcheck: update to 1.57. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 19a027c23e..08b1f993c8 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -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 " 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,