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.84",
|
|
"architecture": {
|
|
"64bit": {
|
|
"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.84/cppcheck-1.84-x86-Setup.msi",
|
|
"hash": "d9aabfb6ffb539bef269a4a688cb890a4d8dae2e64658c445e1b887ed0e9aa42"
|
|
}
|
|
},
|
|
"extract_dir": "PFiles/Cppcheck",
|
|
"bin": "cppcheck.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/danmar/cppcheck"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/danmar/cppcheck/releases/download/$version/cppcheck-$version-x64-Setup.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/danmar/cppcheck/releases/download/$version/cppcheck-$version-x86-Setup.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|