From 5561460efeff0e3fb6ddaf3d977d4a8e00b2c69a Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 3 Sep 2024 15:42:13 +0200 Subject: [PATCH] cppcheck: update to 2.15.0. --- srcpkgs/cppcheck/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index de31fe3ff83..e2616b98ff5 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=2.14.2 +version=2.15.0 revision=1 build_style=cmake configure_args=" @@ -18,8 +18,8 @@ maintainer="Duncaen " 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=9c3acea5f489336bd83a8ea33917a9a04a80c56d874bf270287e7de27acf2d00 +distfiles="https://github.com/danmar/cppcheck/archive/refs/tags/${version}.tar.gz" +checksum=98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb export CXXFLAGS="-DNDEBUG"