mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 03:31:19 +00:00
22 lines
696 B
JSON
22 lines
696 B
JSON
{
|
|
"version": "0.12.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.12.0/stylua-0.12.0-win64.zip",
|
|
"hash": "e9fa6a5fbda54a5d9fab4e60ccd8505e829276626476fbe671d3bfe50a49f608"
|
|
}
|
|
},
|
|
"bin": "stylua.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-$version-win64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|