From 92971de07e11dc05f16eb7aecccf88d5804352c5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 8 Aug 2016 07:42:06 +0200 Subject: [PATCH] cppcheck: update to 1.75. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 141f00f2a5..3bef4d3160 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.74 +version=1.75 revision=1 hostmakedepends="libxslt docbook-xsl" short_desc="Static analysis of C/C++ code" @@ -8,7 +8,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://cppcheck.sourceforge.net" distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz" -checksum=a7f9657bf458190ea1c994b95333d31d09420198ad8cd010c05d2194cc547fa0 +checksum=d3732dba3fb4dee075009e2422cd9b48bbd095249994ec60550aee43026030e5 CXXFLAGS="-std=c++11"