From 479b2f883a211a4362739507ec15809aa8cad03b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sun, 24 Dec 2023 19:47:46 +0100 Subject: [PATCH] cppcheck: update to 2.13.0. --- srcpkgs/cppcheck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index de23fc29ffc..ef2b8a5e1ff 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=2.12.1 +version=2.13.0 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=2a3d4ba1179419612183ab3d6aed6d3b18be75e98cd6f138ea8e2020905dced2 +checksum=8229afe1dddc3ed893248b8a723b428dc221ea014fbc76e6289840857c03d450 export CXXFLAGS="-DNDEBUG"