From 0406b38f5cb4efc84a33b7a8c6e9fce88f40e033 Mon Sep 17 00:00:00 2001 From: tech189 Date: Fri, 1 Apr 2022 14:15:42 +0100 Subject: [PATCH] stylua: Update to version 0.13.0 (#3468) --- bucket/stylua.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/stylua.json b/bucket/stylua.json index 27b07f020d..1bff528c2a 100644 --- a/bucket/stylua.json +++ b/bucket/stylua.json @@ -1,12 +1,12 @@ { - "version": "0.12.5", + "version": "0.13.0", "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.12.5/stylua-0.12.5-win64.zip", - "hash": "fc30d8258e8319cea94766747515b1dc15a236796a602471c6a638e10b29fb18" + "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v0.13.0/stylua-win64.zip", + "hash": "60c548e227b2fb115177f24fdd4acceb0eb4f6b9f8b3114978246c5455a09540" } }, "bin": "stylua.exe", @@ -14,7 +14,7 @@ "autoupdate": { "architecture": { "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" } } }