2024-06-21 00:34:07 +00:00

27 lines
779 B
JSON

{
"version": "0.631",
"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.631/luau-windows.zip",
"hash": "aa48cd5b19d674eef68dd97d3cd651db0942914b65de546e22849e3e7687b1ff"
}
},
"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"
}
}
}
}