ScoopInstaller_Main/bucket/spotbugs.json
2024-05-04 04:27:55 +00:00

31 lines
980 B
JSON

{
"version": "4.8.5",
"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.8.5/spotbugs-4.8.5.zip",
"hash": "a4b7bad5bb8d2d3cdc42b07d6cdd2a0d7864c0b24732120426d0002df4a9dd0f",
"extract_dir": "spotbugs-4.8.5",
"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"
}
}