ScoopInstaller_Main/bucket/cppcheck.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

32 lines
1.1 KiB
JSON

{
"homepage": "http://cppcheck.sourceforge.net/",
"description": "Static analysis tool for C/C++ code",
"license": "GPL-3.0-only",
"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"
}
}
}
}