stylua: Update to version 0.13.0 (#3468)

This commit is contained in:
tech189 2022-04-01 14:15:42 +01:00 committed by GitHub
parent b26782bae6
commit 0406b38f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"version": "0.12.5", "version": "0.13.0",
"description": "An opinionated Lua code formatter", "description": "An opinionated Lua code formatter",
"homepage": "https://github.com/JohnnyMorganz/StyLua", "homepage": "https://github.com/JohnnyMorganz/StyLua",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.12.5/stylua-0.12.5-win64.zip", "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.13.0/stylua-win64.zip",
"hash": "fc30d8258e8319cea94766747515b1dc15a236796a602471c6a638e10b29fb18" "hash": "60c548e227b2fb115177f24fdd4acceb0eb4f6b9f8b3114978246c5455a09540"
} }
}, },
"bin": "stylua.exe", "bin": "stylua.exe",
@ -14,7 +14,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-$version-win64.zip" "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-win64.zip"
} }
} }
} }