mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
20 lines
644 B
JSON
20 lines
644 B
JSON
{
|
|
"version": "1.7.1",
|
|
"description": "An anti-bikeshedding Kotlin linter with built-in formatter",
|
|
"homepage": "https://github.com/pinterest/ktlint/",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://github.com/pinterest/ktlint/releases/download/1.7.1/ktlint#/ktlint.jar",
|
|
"hash": "b596a05f09364e1997b644152683af12fef58944f3acfabdf78071f5a490eb98",
|
|
"bin": "ktlint.jar",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/pinterest/ktlint/releases/download/$version/ktlint#/ktlint.jar"
|
|
}
|
|
}
|