From fca3572dc2db2cba115466736f70b32bf98733ec Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 29 Jan 2023 20:53:23 +0100 Subject: [PATCH] cppcheck: update to 2.10. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 40408056020..05d5f921679 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=2.9.3 +version=2.10 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=46319ca73e33e4b2bd91981a76a0d4f184cd3f86b62dc18e8938eabacd3ad2e3 +checksum=785dcbf711048dfe43ae920b6eff2eeebb4a096e88188a40e173ca4c030f57c3 export CXXFLAGS="-DNDEBUG" export LDFLAGS="-pthread"