cppcheck: Update to version 1.90 (#737)

This commit is contained in:
shyun3 2020-02-02 18:09:20 -08:00 committed by GitHub
parent 8d6ecc2b4b
commit c56e85b7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,15 +2,11 @@
"homepage": "http://cppcheck.sourceforge.net/",
"description": "Static analysis tool for C/C++ code",
"license": "GPL-3.0-only",
"version": "1.89",
"version": "1.90",
"architecture": {
"64bit": {
"url": "https://github.com/danmar/cppcheck/releases/download/1.89/cppcheck-1.89-x64-Setup.msi",
"hash": "f06f858f3fd6be29698d1a8e6029013dd6380ec3202fddd6a744bfc04cdd51fd"
},
"32bit": {
"url": "https://github.com/danmar/cppcheck/releases/download/1.89/cppcheck-1.89-x86-Setup.msi",
"hash": "fb0a81d32381081157528b732607af81d5210c81c6359f94a95b89eb1f6938aa"
"url": "https://github.com/danmar/cppcheck/releases/download/1.90/cppcheck-1.90-x64-Setup.msi",
"hash": "04c694c8a751acfd04fbee80125db722bf50ba2d79a982540da69daf196a6a1a"
}
},
"extract_dir": "PFiles/Cppcheck",
@ -22,9 +18,6 @@
"architecture": {
"64bit": {
"url": "https://github.com/danmar/cppcheck/releases/download/$version/cppcheck-$version-x64-Setup.msi"
},
"32bit": {
"url": "https://github.com/danmar/cppcheck/releases/download/$version/cppcheck-$version-x86-Setup.msi"
}
}
}