2023-06-14 16:28:25 +00:00

22 lines
680 B
JSON

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