2024-07-19 20:27:31 +00:00

27 lines
779 B
JSON

{
"version": "0.635",
"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.635/luau-windows.zip",
"hash": "d6e292f34e3d87a7d9167c489ade9fd67f3e6aa0a3ae20fe7460d7bec6e1f3b6"
}
},
"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"
}
}
}
}