2025-11-22 00:38:45 +00:00

27 lines
779 B
JSON

{
"version": "0.701",
"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.701/luau-windows.zip",
"hash": "e89b196229b6a7bd6bd0575c207121c13a31f5145d507c76b179a031cdae2ac4"
}
},
"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"
}
}
}
}