From 2e967d97a293cb7ff5851541750a73f28a87f3d8 Mon Sep 17 00:00:00 2001 From: Mauricio A Rovira Galvez <8482308+marovira@users.noreply.github.com> Date: Sun, 30 Mar 2025 02:58:51 -0700 Subject: [PATCH] stylua: update to 2.0.2 and fix autoupdate (#6551) --- bucket/stylua.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } } }