From b1393d54aba72fdce78cd04e222fbd71c533febe Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 15 Jan 2018 02:00:30 -0200 Subject: [PATCH] cppcheck: update to 1.82. Closes: #10825 [via git-merge-pr] --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index ac1093e9c15..08acdf66f79 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.81 +version=1.82 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=12396eee334b22bf3aa3d629d483f27f287125348b97586dfd4da87b26ae2a56 +checksum=524444a678e63dee247fd8d2fe3194317c07f2aa65de31a41aa2eb0553bbdc7f CXXFLAGS="-std=c++11"