2024-11-09 04:29:26 +00:00

27 lines
779 B
JSON

{
"version": "0.651",
"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.651/luau-windows.zip",
"hash": "c0e06c4cd669ceb41268647a8a70f8d27c44187aa77cfcc05fec1bcec79244a6"
}
},
"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"
}
}
}
}