mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
20 lines
644 B
JSON
20 lines
644 B
JSON
{
|
|
"version": "1.6.0",
|
|
"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.6.0/ktlint#/ktlint.jar",
|
|
"hash": "5ba1ac917a06b0f02daaa60d10abbedd2220d60216af670c67a45b91c74cf8bb",
|
|
"bin": "ktlint.jar",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/pinterest/ktlint/releases/download/$version/ktlint#/ktlint.jar"
|
|
}
|
|
}
|