mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
30 lines
942 B
JSON
30 lines
942 B
JSON
{
|
|
"version": "1.23.3",
|
|
"description": "A static code analysis tool for the Kotlin programming language",
|
|
"homepage": "https://github.com/detekt/detekt",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://github.com/detekt/detekt/releases/download/v1.23.3/detekt-cli-1.23.3.zip",
|
|
"hash": "d5ef8fb9187dd792fcd92e01fd94d0258138e4b0e4b3245cc42930e417fc2622",
|
|
"extract_dir": "detekt-cli-1.23.3",
|
|
"bin": [
|
|
[
|
|
"bin\\detekt-cli.bat",
|
|
"detekt"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/71729669/releases",
|
|
"regex": "detekt-cli-(?<version>[\\d.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/detekt/detekt/releases/download/v$version/detekt-cli-$version.zip",
|
|
"extract_dir": "detekt-cli-$version"
|
|
}
|
|
}
|