2025-10-03 20:28:34 +00:00

27 lines
779 B
JSON

{
"version": "0.694",
"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.694/luau-windows.zip",
"hash": "fa8cecae0def700b24170e21dd75941e2f5fd6b685279f55669c9dd7c616d3cf"
}
},
"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"
}
}
}
}