diff --git a/cppcheck.json b/cppcheck.json index 9cbb0cf7bd..2bb80fb286 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.84", + "version": "1.85", "architecture": { "64bit": { - "url": "https://github.com/danmar/cppcheck/releases/download/1.84/cppcheck-1.84-x64-Setup.msi", - "hash": "558e2e646240ff32c311277e23146812be9b86308d4e45108a3ad435ba1be2b6" + "url": "https://github.com/danmar/cppcheck/releases/download/1.85/cppcheck-1.85-x64-Setup.msi", + "hash": "0c35b667a882e22de135fb2eb14f27cb9d118e2cca1181b577cc8b607490aae7" }, "32bit": { - "url": "https://github.com/danmar/cppcheck/releases/download/1.84/cppcheck-1.84-x86-Setup.msi", - "hash": "d9aabfb6ffb539bef269a4a688cb890a4d8dae2e64658c445e1b887ed0e9aa42" + "url": "https://github.com/danmar/cppcheck/releases/download/1.85/cppcheck-1.85-x86-Setup.msi", + "hash": "c7073dd05ec7100219c2cc4b935d2e7fa0f531e9e8a559097fc1bd150b3859d5" } }, "extract_dir": "PFiles/Cppcheck",