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