From ccade598f18d26b66d428ce3e1605c5244164f90 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 20 Mar 2023 15:30:04 +0100 Subject: [PATCH] cppcheck: update to 2.10.3. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 4cd6eaef6e4..bf2f4bdbf2d 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=2.10.2 +version=2.10.3 revision=1 build_style=cmake configure_args=" @@ -19,7 +19,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=915785d01fa6f5571e9d450102056466222b554525ce3ad67c61b75508a7a451 +checksum=8aae5e116daeaaf5d19f3efa61b91c06f161cb97412a1d1af6e1e20686e48967 export CXXFLAGS="-DNDEBUG"