{
    "version": "0.719",
    "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.719/luau-windows.zip",
            "hash": "d516f93e503f29346cb977dd7a9d1998968d6800f85437c62bae66c371d0e602"
        }
    },
    "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"
            }
        }
    }
}
