From cf124b6682f2997f11d57b0e03a974ce4430f4bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:28:39 +0000 Subject: [PATCH] cppcheck: Update to version 2.10 --- bucket/cppcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index 585073694a..a31f60658d 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -1,12 +1,12 @@ { - "version": "2.9", + "version": "2.10", "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.9/cppcheck-2.9-x64-Setup.msi", - "hash": "090da7bbe16d2e9b1658bc482245b8d342c66a8165dc5f83b0e06a7375fb9b69" + "url": "https://github.com/danmar/cppcheck/releases/download/2.10/cppcheck-2.10-x64-Setup.msi", + "hash": "1963084475f34628a5c100ed8b90834d8575d28dd4ec9548d4c92c138df2fb9f" } }, "extract_dir": "PFiles\\Cppcheck",