From 0b6c61db41ef769ac1c44e7bb333995de8dbda37 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 13 Oct 2016 09:27:55 +0200 Subject: [PATCH] cppcheck: update to 1.76.1. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 2f977060500..b4ae87b2c19 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=1.76 +version=1.76.1 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=e8a75211a111a27d1e6b98f93c7c9480ba58ec9201efe092c7ac075cd98ca091 +checksum=5f3e6e276781cd36631baf91a2904b6433894a108ba41389050541331e57ec22 CXXFLAGS="-std=c++11"