From fa275d2d88ad0f344605d43155cc995ed98c1164 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 4 Jul 2021 10:00:23 +0000 Subject: [PATCH] cppcheck: Update to version 2.5 --- bucket/cppcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index a37a31d4bc..2ed3150c43 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -1,12 +1,12 @@ { - "version": "2.4.1", + "version": "2.5", "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.1/cppcheck-2.4.1-x64-Setup.msi", - "hash": "380414bfd26ba86dc635743168c365e5f73e0d114b266b13c5ae9ea8ea1eab60" + "url": "https://github.com/danmar/cppcheck/releases/download/2.5/cppcheck-2.5-x64-Setup.msi", + "hash": "5cda946e59c8402fb82186bf94bf1f70ff74d8f36110b20f044ac2ee31d84a77" } }, "extract_dir": "PFiles/Cppcheck",