2024-05-10 20:25:00 +00:00

27 lines
779 B
JSON

{
"version": "0.625",
"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.625/luau-windows.zip",
"hash": "21e403ea3f774d13e249eb00bb81ff40f5c29bb61b4fd020457462039e7d30e3"
}
},
"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"
}
}
}
}