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