2024-12-14 00:37:42 +00:00

27 lines
779 B
JSON

{
"version": "0.655",
"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.655/luau-windows.zip",
"hash": "7bcb5a589d89deaaf8f3eef45818d90e1b1d2d55f4c3503563cf38757de00d63"
}
},
"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"
}
}
}
}