2025-09-20 00:35:23 +00:00

27 lines
779 B
JSON

{
"version": "0.692",
"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.692/luau-windows.zip",
"hash": "4332d6e662e25b284430b7593226dd4986549a27c0245449bfd4aba055563e6a"
}
},
"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"
}
}
}
}