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