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.4.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.4.1/ktlint#/ktlint.jar",
|
|
"hash": "2ebb8a2c8b106119af814e8638a64245caf1de494007b48b6117cc0e889ea83e",
|
|
"bin": "ktlint.jar",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/pinterest/ktlint/releases/download/$version/ktlint#/ktlint.jar"
|
|
}
|
|
}
|