mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"version": "4.2.0",
|
|
"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.0/spotbugs-4.2.0.zip",
|
|
"hash": "4d16c579b8622a72ee57cc5c3e730ad78c8107208528f7de875976a9dd840443",
|
|
"extract_dir": "spotbugs-4.2.0",
|
|
"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"
|
|
}
|
|
}
|