2023-12-09 04:25:58 +00:00

27 lines
779 B
JSON

{
"version": "0.606",
"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.606/luau-windows.zip",
"hash": "6f594643ace2a4073108ac4f90d6d54d30dfb5b02009a47fd4076da69a1a7bd0"
}
},
"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"
}
}
}
}