From 191948792fe12f3cb45d4e99d5c527f3d94e619b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 23 Mar 2021 08:00:27 +0000 Subject: [PATCH] cppcheck: Update to version 2.4.1 --- bucket/cppcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index 2ed2cbfc87..a37a31d4bc 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -1,12 +1,12 @@ { - "version": "2.4", + "version": "2.4.1", "description": "Static analysis tool for C/C++ code", "homepage": "http://cppcheck.sourceforge.net/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/danmar/cppcheck/releases/download/2.4/cppcheck-2.4-x64-Setup.msi", - "hash": "6e3e6d7720543f316c6ad21d18606099428ef2429ae3d71f1beea51111038fbb" + "url": "https://github.com/danmar/cppcheck/releases/download/2.4.1/cppcheck-2.4.1-x64-Setup.msi", + "hash": "380414bfd26ba86dc635743168c365e5f73e0d114b266b13c5ae9ea8ea1eab60" } }, "extract_dir": "PFiles/Cppcheck",