mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
cppcheck: update to 1.70.
This commit is contained in:
parent
965a1a25f2
commit
92eafdc6bc
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'cppcheck'
|
||||
pkgname=cppcheck
|
||||
version=1.69
|
||||
revision=3
|
||||
version=1.70
|
||||
revision=1
|
||||
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=6e54f0dc97cbcc6c742cef4ceb1ade7f20f88af713a19c7613dba1d78eed6363
|
||||
checksum=4095de598b5cce9a06e90458a90f46e0307baeaab8a947dae73f287eda3c171f
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
|
||||
|
|
Loading…
Add table
Reference in a new issue