2022-07-22 00:35:37 +00:00

22 lines
680 B
JSON

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