Update cppcheck to version 1.84

This commit is contained in:
Richard Kuhnt 2018-06-12 11:00:30 +00:00
parent 182a7a492a
commit e8de8f48f0

View File

@ -2,15 +2,15 @@
"homepage": "http://cppcheck.sourceforge.net/", "homepage": "http://cppcheck.sourceforge.net/",
"description": "Static analysis tool for C/C++ code", "description": "Static analysis tool for C/C++ code",
"license": "GPL-3.0", "license": "GPL-3.0",
"version": "1.83", "version": "1.84",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "http://github.com/danmar/cppcheck/releases/download/1.83/cppcheck-1.83-x64-Setup.msi", "url": "http://github.com/danmar/cppcheck/releases/download/1.84/cppcheck-1.84-x64-Setup.msi",
"hash": "c41ed3af92318dc1bba5b525e752228576e730f5819d76cca9367c29b9472cfd" "hash": "558e2e646240ff32c311277e23146812be9b86308d4e45108a3ad435ba1be2b6"
}, },
"32bit": { "32bit": {
"url": "http://github.com/danmar/cppcheck/releases/download/1.83/cppcheck-1.83-x86-Setup.msi", "url": "http://github.com/danmar/cppcheck/releases/download/1.84/cppcheck-1.84-x86-Setup.msi",
"hash": "f349a93ee73f74fea853b3a0426f689f17e342ff1be7bef15f5fa79bbfab44f2" "hash": "d9aabfb6ffb539bef269a4a688cb890a4d8dae2e64658c445e1b887ed0e9aa42"
} }
}, },
"extract_dir": "PFiles/Cppcheck", "extract_dir": "PFiles/Cppcheck",