From ec32b7c1d9d6a11d0a93b035f195a8f91cad9c06 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Oct 2011 17:58:04 +0200 Subject: [PATCH] cppcheck: update to 1.51. --- srcpkgs/cppcheck/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index a02826de23e..d16b210146f 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,12 +1,14 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.47 +version=1.51 +homepage="http://cppcheck.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_makefile make_build_target="all man" short_desc="Static analysis of C/C++ code" maintainer="Juan RP " -checksum=de78df4952e0206dc4373d06497aeb41624cf6da3e979c193a9d7c4920f143ef +license="GPL-2" +checksum=9d417ee31b6d4db199834d6ffb6fbd27c5675e42f1a159e853818cc819f0ff55 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, @@ -20,6 +22,7 @@ Add_dependency run libgcc Add_dependency run glibc Add_dependency run libstdc++ Add_dependency run libpcre + Add_dependency build libxslt Add_dependency build docbook-xsl Add_dependency build pcre-devel