2022-03-03 00:32:39 +00:00

22 lines
696 B
JSON

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