cppcheck: update to 2.15.0.

This commit is contained in:
Duncaen 2024-09-03 15:42:13 +02:00
parent 5cfac5989f
commit 5561460efe
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 3 additions and 3 deletions

View File

@ -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 <duncaen@voidlinux.org>"
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"