mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
22 lines
696 B
JSON
22 lines
696 B
JSON
{
|
|
"version": "0.12.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.12.1/stylua-0.12.1-win64.zip",
|
|
"hash": "4407558ecca0e8b57c94bd4fe4953f30abe0aedd5a1c79fa7f5c306998588bfb"
|
|
}
|
|
},
|
|
"bin": "stylua.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-$version-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|