mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
22 lines
680 B
JSON
22 lines
680 B
JSON
{
|
|
"version": "0.15.2",
|
|
"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.15.2/stylua-win64.zip",
|
|
"hash": "56709167875fe7a50566428747c4c8d16ec423abb9bca18148bce1a5108c867d"
|
|
}
|
|
},
|
|
"bin": "stylua.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|