2024-10-26 04:29:43 +00:00

27 lines
779 B
JSON

{
"version": "0.649",
"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.649/luau-windows.zip",
"hash": "f23e34388d6a28ac33c9b6ff157555cf1f2ec1ef5ff6c41ae59b6929b4257239"
}
},
"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"
}
}
}
}