luau: Add version 0.562 (#4421)

This commit is contained in:
hayper 2023-02-05 17:15:15 +07:00 committed by GitHub
parent 5559218b53
commit 8a39173ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/luau.json Normal file
View File

@ -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"
}
}
}
}