2023-11-16 04:27:38 +00:00

22 lines
680 B
JSON

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