From 21247423563a9823c9a40f762d762ca7dae6834d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 9 Apr 2016 13:59:04 +0200 Subject: [PATCH] cppcheck: update to 1.73. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index d2927599206..bc0d80fc89b 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.72 +version=1.73 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=c718949e1ec22a8a0dca7e2953a55c502ef65e53ff9922fb91759388618faa7f +checksum=938d792c9399233b551bd9991d6842f353fa8dad973d5e457b78be66646c8b8f CXXFLAGS="-std=c++11"