cppcheck: update to 2.9.3.

This commit is contained in:
Duncaen 2022-11-22 15:24:04 +01:00
parent 631c65575e
commit 8b17c647c6
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

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