cppcheck: update to 1.88.
This commit is contained in:
parent
7428770d8e
commit
9c206a290b
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'cppcheck'
|
||||
pkgname=cppcheck
|
||||
version=1.87
|
||||
version=1.88
|
||||
revision=1
|
||||
hostmakedepends="libxslt docbook-xsl"
|
||||
depends="python"
|
||||
short_desc="Static analysis of C/C++ code"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://cppcheck.sourceforge.net"
|
||||
distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz"
|
||||
checksum=ea7ac1cd2f5c00ecffd596fd0f7281cba44308e565a634fae02b77ecd927c153
|
||||
checksum=4aace0420d6aaa900b84b3329c5173c2294e251d2e24d8cba6e38254333dde3f
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
|
||||
|
|
Loading…
Reference in New Issue