2024-03-16 00:33:12 +00:00

27 lines
779 B
JSON

{
"version": "0.617",
"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.617/luau-windows.zip",
"hash": "c489ce56185c6a3bc38f8ef0ad9a3bc5f416601976431154346edf6e6545aaa5"
}
},
"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"
}
}
}
}