From 055499bb1f8ae5a884d35ca89ff877222074e912 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 20:27:53 +0000 Subject: [PATCH] cppcheck: Update to version 2.6 --- bucket/cppcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index 17b6842935..0c5c2b90a3 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -1,12 +1,12 @@ { - "version": "2.7", + "version": "2.6", "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.7/cppcheck-2.7-x64-Setup.msi", - "hash": "d481563ecca60d0c2279ac2ae1aa9b35991a284d6cb7d126e64bb84546a3cba1" + "url": "https://github.com/danmar/cppcheck/releases/download/2.6/cppcheck-2.6-x64-Setup.msi", + "hash": "2094f180e3e1e16d4ec77560289c909178707a3e3ec46aa06ee399dc63af841d" } }, "extract_dir": "PFiles\\Cppcheck",