From e8de8f48f0dd14775034181fc8821fd616527d2b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 12 Jun 2018 11:00:30 +0000 Subject: [PATCH] Update cppcheck to version 1.84 --- cppcheck.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cppcheck.json b/cppcheck.json index fe0d565a40..eb77255658 100644 --- a/cppcheck.json +++ b/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.83", + "version": "1.84", "architecture": { "64bit": { - "url": "http://github.com/danmar/cppcheck/releases/download/1.83/cppcheck-1.83-x64-Setup.msi", - "hash": "c41ed3af92318dc1bba5b525e752228576e730f5819d76cca9367c29b9472cfd" + "url": "http://github.com/danmar/cppcheck/releases/download/1.84/cppcheck-1.84-x64-Setup.msi", + "hash": "558e2e646240ff32c311277e23146812be9b86308d4e45108a3ad435ba1be2b6" }, "32bit": { - "url": "http://github.com/danmar/cppcheck/releases/download/1.83/cppcheck-1.83-x86-Setup.msi", - "hash": "f349a93ee73f74fea853b3a0426f689f17e342ff1be7bef15f5fa79bbfab44f2" + "url": "http://github.com/danmar/cppcheck/releases/download/1.84/cppcheck-1.84-x86-Setup.msi", + "hash": "d9aabfb6ffb539bef269a4a688cb890a4d8dae2e64658c445e1b887ed0e9aa42" } }, "extract_dir": "PFiles/Cppcheck",