2024-06-29 04:28:20 +00:00

27 lines
779 B
JSON

{
"version": "0.632",
"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.632/luau-windows.zip",
"hash": "068434c0c96b75de040a77aa21964c019d0f2b88d7d2a2fd5d4a273355557ea5"
}
},
"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"
}
}
}
}