cppcheck: update to 1.81.

This commit is contained in:
Michael Gehring 2017-10-08 08:23:26 +00:00
parent 71ed3d06e7
commit 8ffb0bf425

View file

@ -1,6 +1,6 @@
# Template file for 'cppcheck' # Template file for 'cppcheck'
pkgname=cppcheck pkgname=cppcheck
version=1.80 version=1.81
revision=1 revision=1
hostmakedepends="libxslt docbook-xsl" hostmakedepends="libxslt docbook-xsl"
short_desc="Static analysis of C/C++ code" short_desc="Static analysis of C/C++ code"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2"
homepage="http://cppcheck.sourceforge.net" homepage="http://cppcheck.sourceforge.net"
distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz" distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
checksum=20863db018d69c33648bdedcdc9d81d818b9064cc4333f0d4dc45e114bd0f000 checksum=12396eee334b22bf3aa3d629d483f27f287125348b97586dfd4da87b26ae2a56
CXXFLAGS="-std=c++11" CXXFLAGS="-std=c++11"