mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
luau: Add version 0.562 (#4421)
This commit is contained in:
parent
5559218b53
commit
8a39173ed2
26
bucket/luau.json
Normal file
26
bucket/luau.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user