2023-03-11 20:26:11 +00:00

22 lines
680 B
JSON

{
"version": "0.17.0",
"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.17.0/stylua-win64.zip",
"hash": "619231492c7b95b7cfe4706d28ce8c7fe8e43e0e7cceb3c48d988b11d99860fe"
}
},
"bin": "stylua.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-win64.zip"
}
}
}
}