diff --git a/bucket/stylua.json b/bucket/stylua.json index e0bea16193..4a0b63060e 100644 --- a/bucket/stylua.json +++ b/bucket/stylua.json @@ -1,12 +1,12 @@ { - "version": "0.20.0", + "version": "2.0.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.20.0/stylua-win64.zip", - "hash": "1623af48183bbdda9a03c39ef35c1888ced8d4d14c9730f8b92783a7ebe3b3b6" + "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v2.0.2/stylua-windows-x86_64.zip", + "hash": "b88b32417a37af623698fa4ba0bed9abf3a777a2cbf532b4c4313d7ec9679aee" } }, "bin": "stylua.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-win64.zip" + "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-windows-x86_64.zip" } } }