2022-07-07 00:33:15 +00:00

22 lines
680 B
JSON

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