2022-08-27 12:31:19 +00:00

22 lines
680 B
JSON

{
"version": "0.14.3",
"description": "An opinionated Lua code formatter",
"homepage": "https://github.com/JohnnyMorganz/StyLua",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.14.3/stylua-win64.zip",
"hash": "a1ec1479518702683cbd2433090b7800efe4e9e118cc653cff485cc4f4debd47"
}
},
"bin": "stylua.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-win64.zip"
}
}
}
}