2025-06-13 20:29:34 +00:00

27 lines
779 B
JSON

{
"version": "0.678",
"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.678/luau-windows.zip",
"hash": "a299303119f24c033db4799b6a10dea7d6aa9f69e6c63f52475db2d5f4db81aa"
}
},
"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"
}
}
}
}