2025-01-18 04:29:07 +00:00

27 lines
779 B
JSON

{
"version": "0.657",
"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.657/luau-windows.zip",
"hash": "cc79d74a80d4d122ba9bad91fa1984d704e250fce9c965112f981de0d72b8baa"
}
},
"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"
}
}
}
}