cppcheck: update to 1.71.
This commit is contained in:
parent
73d301ac98
commit
5883778c03
|
@ -1,14 +1,15 @@
|
|||
# Template file for 'cppcheck'
|
||||
pkgname=cppcheck
|
||||
version=1.70
|
||||
version=1.71
|
||||
revision=1
|
||||
build_pie=yes
|
||||
hostmakedepends="libxslt docbook-xsl"
|
||||
short_desc="Static analysis of C/C++ code"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://cppcheck.sourceforge.net"
|
||||
distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
|
||||
checksum=4095de598b5cce9a06e90458a90f46e0307baeaab8a947dae73f287eda3c171f
|
||||
checksum=49f8d44516a1534eb01e3cc8300d60c3577c5e4339336defaf213d08ff914f1b
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
|
||||
|
|
Loading…
Reference in New Issue