ScoopInstaller_Main/bucket/spotbugs.json
2022-09-05 04:58:25 +00:00

31 lines
980 B
JSON

{
"version": "4.7.2",
"description": "Static analysis tool for Java",
"homepage": "https://spotbugs.github.io/",
"license": "LGPL-2.1-only",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/4.7.2/spotbugs-4.7.2.zip",
"hash": "3974d90eb70aad26bb647e0bbaae810c7cf927587e28ce939c2b6531414afe7d",
"extract_dir": "spotbugs-4.7.2",
"bin": "bin\\spotbugs.bat",
"shortcuts": [
[
"bin\\spotbugs.bat",
"SpotBugs",
"",
"bin\\spotbugs.ico"
]
],
"persist": "plugin",
"checkver": {
"url": "https://spotbugs.readthedocs.io/en/stable/installing.html",
"regex": "spotbugs ([\\d.]+) documentation"
},
"autoupdate": {
"url": "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/$version/spotbugs-$version.zip",
"extract_dir": "spotbugs-$version"
}
}