From 9879a90d4d7a01a7db0352a8bba795dbd239cb12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 08:25:28 +0000 Subject: [PATCH] cppcheck: Update to version 2.13.0 --- bucket/cppcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index 7ec90e8fb0..21590da8ef 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -1,12 +1,12 @@ { - "version": "2.12.0", + "version": "2.13.0", "description": "Static analysis tool for C/C++ code", "homepage": "https://cppcheck.sourceforge.io/", "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/danmar/cppcheck/releases/download/2.12.0/cppcheck-2.12.0-x64-Setup.msi", - "hash": "780f0b0a56c0ec6cea9a8d81a197fd8afc8313adef22c5698fe022c446d3f3f0" + "url": "https://github.com/danmar/cppcheck/releases/download/2.13.0/cppcheck-2.13.0-x64-Setup.msi", + "hash": "72c4910dd5d027353deb88d98498e27b9e4f0ba49467c9130796ee91e9a646c2" } }, "extract_dir": "PFiles\\Cppcheck",