2024-02-03 04:24:42 +00:00

27 lines
779 B
JSON

{
"version": "0.611",
"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.611/luau-windows.zip",
"hash": "a4ebde32e48b913d122ce6f8d44f38b21aa550cc4a920b51ba1e0a2c2baa79b5"
}
},
"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"
}
}
}
}