2024-07-12 20:26:24 +00:00

27 lines
779 B
JSON

{
"version": "0.634",
"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.634/luau-windows.zip",
"hash": "b9119f85e8bb182656e4e2d5a80b09f474c22e2d409ef1d85743bb3d18b858a6"
}
},
"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"
}
}
}
}