cppcheck: update to 1.90.
This commit is contained in:
parent
0123c2ce11
commit
4941fb875c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'cppcheck'
|
# Template file for 'cppcheck'
|
||||||
pkgname=cppcheck
|
pkgname=cppcheck
|
||||||
version=1.89
|
version=1.90
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="
|
make_build_args="
|
||||||
|
@ -11,14 +11,14 @@ make_install_args="
|
||||||
FILESDIR=/usr/share/cppcheck"
|
FILESDIR=/usr/share/cppcheck"
|
||||||
make_build_target="cppcheck man"
|
make_build_target="cppcheck man"
|
||||||
python_version="3"
|
python_version="3"
|
||||||
hostmakedepends="libxslt docbook-xsl python3"
|
hostmakedepends="libxslt docbook-xsl python3 which"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Static analysis of C/C++ code"
|
short_desc="Static analysis of C/C++ code"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
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=37452d378825c7bd78116b4d7073df795fa732207d371ad5348287f811755783
|
checksum=c4864d3e09359214efdd503b52e241f4f56ba7ce26f8c11939fd9dcfac1fd105
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman cppcheck.1
|
vman cppcheck.1
|
||||||
|
|
Loading…
Reference in a new issue