mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-20 10:35:22 +00:00
20 lines
644 B
JSON
20 lines
644 B
JSON
{
|
|
"version": "1.2.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.2.0/ktlint#/ktlint.jar",
|
|
"hash": "0ef4fe14a82153c5a67094f44e203a8b96380cb25c838b211c6087c20b3381cd",
|
|
"bin": "ktlint.jar",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/pinterest/ktlint/releases/download/$version/ktlint#/ktlint.jar"
|
|
}
|
|
}
|