cppcheck: update to 1.78.

This commit is contained in:
Michael Gehring 2017-04-19 13:59:18 +00:00
parent 8275a45b49
commit 5eaf6c56e5

View file

@ -1,6 +1,6 @@
# Template file for 'cppcheck' # Template file for 'cppcheck'
pkgname=cppcheck pkgname=cppcheck
version=1.77 version=1.78
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=76ae0a9b556a93c79365cf8bd5f276c30e3327c4ca78283b5c2dbbddc135c2ba checksum=31048901dd8744d12b3e6ac1bc904c08a72cad8118bd6a1f56ce489701ffd1b6
CXXFLAGS="-std=c++11" CXXFLAGS="-std=c++11"