2025-03-29 00:36:32 +00:00

27 lines
779 B
JSON

{
"version": "0.667",
"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.667/luau-windows.zip",
"hash": "05a8aa9dbc551f2663438e4884851f8ec511cae8de7bc28a4305e04e8d0166ce"
}
},
"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"
}
}
}
}