From 2ba98bb4a28649df95bf8a2fe8a42e3904151190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sun, 10 May 2020 15:22:51 +0200 Subject: [PATCH] cppcheck: Update to version 2.0 --- bucket/cppcheck.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index ecce5d4ee5..7933d09a96 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -2,11 +2,11 @@ "homepage": "http://cppcheck.sourceforge.net/", "description": "Static analysis tool for C/C++ code", "license": "GPL-3.0-only", - "version": "1.90", + "version": "2.0", "architecture": { "64bit": { - "url": "https://github.com/danmar/cppcheck/releases/download/1.90/cppcheck-1.90-x64-Setup.msi", - "hash": "04c694c8a751acfd04fbee80125db722bf50ba2d79a982540da69daf196a6a1a" + "url": "https://github.com/danmar/cppcheck/releases/download/2.0/cppcheck-2.0-x64-Setup.msi", + "hash": "1876175164cf1559fb0f97c5746d8a6b326186021abe4ac7308fc05a071dbb0f" } }, "extract_dir": "PFiles/Cppcheck",