cppcheck: update to 2.9.1.

This commit is contained in:
Duncaen 2022-11-01 19:19:32 +01:00
parent 06b57bdc42
commit 806be6cf4e
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,6 +1,6 @@
# Template file for 'cppcheck'
pkgname=cppcheck
version=2.9
version=2.9.1
revision=1
build_style=gnu-makefile
make_build_args="
@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
homepage="http://cppcheck.sourceforge.net"
changelog="https://sourceforge.net/p/cppcheck/news/"
distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz"
checksum=56aee8b5bdf936ab7adc9ab43903ba2052f088695c80f047682024a1ed0ef3f3
checksum=c166b86aebe80faa08c80196c9156b73e9ffaf8eccd84f9317c51f62577028df
export CXXFLAGS="-DNDEBUG"
export LDFLAGS="-pthread"