mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
spotbugs: Add version 4.0.2 (#1048)
This commit is contained in:
parent
02c3fbadd8
commit
8eadee0abc
33
bucket/spotbugs.json
Normal file
33
bucket/spotbugs.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "4.0.2",
|
||||
"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.0.2/spotbugs-4.0.2.zip",
|
||||
"hash": "84a1e40abc9d3f7721723b1384a37c75029c2e3a7d710ef94cf950d3250c15e6",
|
||||
"extract_dir": "spotbugs-4.0.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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user