From 0a9dd03a46bd573d99f2c6f5da4f09e053da5aca Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 21 Mar 2021 22:00:24 +0000 Subject: [PATCH] cppcheck: Update to version 2.4 --- bucket/cppcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index 4c0cbf84a4..2ed2cbfc87 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -1,12 +1,12 @@ { - "version": "2.3", + "version": "2.4", "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.3/cppcheck-2.3-x64-Setup.msi", - "hash": "38a2d796f8f7d50abb45f5f7158b8443ac7660f4a1a9efc7d4a7ee2ec85c2118" + "url": "https://github.com/danmar/cppcheck/releases/download/2.4/cppcheck-2.4-x64-Setup.msi", + "hash": "6e3e6d7720543f316c6ad21d18606099428ef2429ae3d71f1beea51111038fbb" } }, "extract_dir": "PFiles/Cppcheck",