2023-09-15 20:24:23 +00:00

27 lines
779 B
JSON

{
"version": "0.595",
"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.595/luau-windows.zip",
"hash": "7f2f30a5b06da33ed6d9d44e0f296b96647866c1bc082ff9a9a2609d53a0f6bd"
}
},
"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"
}
}
}
}