ScoopInstaller_Main/bucket/spotbugs.json
2021-12-08 04:29:49 +00:00

34 lines
1.0 KiB
JSON

{
"version": "4.5.1",
"description": "Static analysis tool for Java",
"homepage": "https://spotbugs.github.io/",
"license": "LGPL-2.1-only",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/4.5.1/spotbugs-4.5.1.zip",
"hash": "26dd83027cd5e5a7e6a3f4c7a4239f27a9af8de209c7e37890835fc8cf035de7",
"extract_dir": "spotbugs-4.5.1",
"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"
}
}