From bffd489c7d70834d302e661c1ba8edd29de3e1fa Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 29 Jun 2019 09:00:19 +0000 Subject: [PATCH] cppcheck: Update to version 1.88 --- bucket/cppcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cppcheck.json b/bucket/cppcheck.json index f2ea40d8a8..142ac12a0f 100644 --- a/bucket/cppcheck.json +++ b/bucket/cppcheck.json @@ -2,15 +2,15 @@ "homepage": "http://cppcheck.sourceforge.net/", "description": "Static analysis tool for C/C++ code", "license": "GPL-3.0", - "version": "1.87", + "version": "1.88", "architecture": { "64bit": { - "url": "https://github.com/danmar/cppcheck/releases/download/1.87/cppcheck-1.87-x64-Setup.msi", - "hash": "3f44683661f08be7dc5749fdcd9b9a41118cb3533da9ba68645f33d2baa77f14" + "url": "https://github.com/danmar/cppcheck/releases/download/1.88/cppcheck-1.88-x64-Setup.msi", + "hash": "e391fa56d195b333b4061a309178f09a059c5c4d895805f9b17b65aa0e21f7ec" }, "32bit": { - "url": "https://github.com/danmar/cppcheck/releases/download/1.87/cppcheck-1.87-x86-Setup.msi", - "hash": "63ed92bc86b5b10710791d5609ae5e7f87ab594b7a7ad32de491680ec5f7f25a" + "url": "https://github.com/danmar/cppcheck/releases/download/1.88/cppcheck-1.88-x86-Setup.msi", + "hash": "dae67046d65296dbc8a21a338cec387c133b801ed73a80f1ce10aeae8eb99d74" } }, "extract_dir": "PFiles/Cppcheck",