From ed0e4465ad039a1f6a9e42522ef623bd3fcea93d Mon Sep 17 00:00:00 2001 From: jonz94 Date: Sun, 23 Jan 2022 15:06:06 +0800 Subject: [PATCH] stylua: Add version 0.11.3 (#3242) --- bucket/stylua.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/stylua.json diff --git a/bucket/stylua.json b/bucket/stylua.json new file mode 100644 index 0000000000..24aa338407 --- /dev/null +++ b/bucket/stylua.json @@ -0,0 +1,21 @@ +{ + "version": "0.11.3", + "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.11.3/stylua-0.11.3-win64.zip", + "hash": "7a8ef39476dc648c12743d7306b1480c686b7aff8b8fa6274ba57e9ae4168b16" + } + }, + "bin": "stylua.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/JohnnyMorganz/StyLua/releases/download/v$version/stylua-$version-win64.zip" + } + } + } +}