aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncaen <duncaen@voidlinux.org>2024-06-26 18:43:06 +0000
committerDuncaen <duncaen@voidlinux.org>2024-06-27 11:46:39 +0000
commit25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29 (patch)
tree27e751ee98de8c625de6eac80e10aedee1e4c6ae
parente1b8e01d4099a1eeaa5b6998436bec8d0cd9bcda (diff)
downloadvoid-packages-25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29.tar
void-packages-25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29.tar.gz
void-packages-25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29.tar.bz2
void-packages-25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29.tar.lz
void-packages-25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29.tar.xz
void-packages-25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29.tar.zst
void-packages-25b4c4e0ac6fdc4c4949b8da8f24ba3cb819dd29.zip
cppcheck: update to 2.14.2.
-rw-r--r--srcpkgs/cppcheck/template4
1 files 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"