mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"homepage": "http://cppcheck.sourceforge.net/",
|
|
"description": "Static analysis tool for C/C++ code",
|
|
"license": "GPL-3.0",
|
|
"version": "1.88",
|
|
"architecture": {
|
|
"64bit": {
|
|
"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.88/cppcheck-1.88-x86-Setup.msi",
|
|
"hash": "dae67046d65296dbc8a21a338cec387c133b801ed73a80f1ce10aeae8eb99d74"
|
|
}
|
|
},
|
|
"extract_dir": "PFiles/Cppcheck",
|
|
"bin": "cppcheck.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/danmar/cppcheck"
|
|
},
|
|
"autoupdate": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|