2023-04-08 00:32:42 +00:00

27 lines
779 B
JSON

{
"version": "0.571",
"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.571/luau-windows.zip",
"hash": "a8e722a7c446db5af6169b05c01dd50cc5df0fb5ea74b0e8a84809840306bf02"
}
},
"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"
}
}
}
}