ScoopInstaller_Main/bucket/spotbugs.json
2021-04-16 05:00:21 +00:00

34 lines
1.0 KiB
JSON

{
"version": "4.2.3",
"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.2.3/spotbugs-4.2.3.zip",
"hash": "86a63ca9aeaeb3ed013a48bdb879a052dff35f1f7049dc0607569292b8bf7fb3",
"extract_dir": "spotbugs-4.2.3",
"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"
}
}