2023-05-12 20:24:29 +00:00

27 lines
779 B
JSON

{
"version": "0.576",
"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.576/luau-windows.zip",
"hash": "cd1f579da9afe7d8a3ef05d26187c46c577178b7d18cc5191dbf9f7c7f01201f"
}
},
"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"
}
}
}
}