From 25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 26 Jun 2024 20:43:06 +0200 Subject: [PATCH] cppcheck: update to 2.14.2. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index 3515dfc871d..de31fe3ff83 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=2.14.1 +version=2.14.2 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=22d1403fbc3158f35b5216d7b0a50bbaf0c80bf6663933a71f65cc4fc307ff3d +checksum=9c3acea5f489336bd83a8ea33917a9a04a80c56d874bf270287e7de27acf2d00 export CXXFLAGS="-DNDEBUG"