mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
20 lines
644 B
JSON
20 lines
644 B
JSON
{
|
|
"version": "1.3.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.3.1/ktlint#/ktlint.jar",
|
|
"hash": "a9f923be58fbd32670a17f0b729b1df804af882fa57402165741cb26e5440ca1",
|
|
"bin": "ktlint.jar",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/pinterest/ktlint/releases/download/$version/ktlint#/ktlint.jar"
|
|
}
|
|
}
|