2025-05-10 00:37:48 +00:00

27 lines
779 B
JSON

{
"version": "0.673",
"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.673/luau-windows.zip",
"hash": "22262ccf3b22b04dae31f88833d1c104ab3acfd58bb3db247a83aeb5efba3550"
}
},
"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"
}
}
}
}