From 8a39173ed2afc0fede48869953216f60c5ce11aa Mon Sep 17 00:00:00 2001 From: hayper Date: Sun, 5 Feb 2023 17:15:15 +0700 Subject: [PATCH] luau: Add version 0.562 (#4421) --- bucket/luau.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/luau.json diff --git a/bucket/luau.json b/bucket/luau.json new file mode 100644 index 0000000000..7585c1069f --- /dev/null +++ b/bucket/luau.json @@ -0,0 +1,26 @@ +{ + "version": "0.562", + "description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua", + "homepage": "https://luau-lang.org/", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Roblox/luau/releases/download/0.562/luau-windows.zip", + "hash": "bbb186c3f050373cf67994d4db4c58b068510ea4dc17f2d2064d026904c84d19" + } + }, + "bin": [ + "luau.exe", + "luau-analyze.exe" + ], + "checkver": { + "github": "https://github.com/Roblox/luau" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Roblox/luau/releases/download/$version/luau-windows.zip" + } + } + } +}