{
    "version": "3.6.0",
    "description": "Wait4X allows you to wait for a port or a service to enter the requested state",
    "homepage": "https://wait4x.dev/",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/wait4x/wait4x/releases/download/v3.6.0/wait4x-windows-amd64.tar.gz",
            "hash": "a248664286683171e5762e96336d82e356fa1685749c966cb24aa80f70209fed"
        },
        "arm64": {
            "url": "https://github.com/wait4x/wait4x/releases/download/v3.6.0/wait4x-windows-arm64.tar.gz",
            "hash": "5fa9aa7bba8a45b9f718a658f2e24cf7a25280276d2bdd9cc77d328cd4b5802e"
        }
    },
    "bin": "wait4x.exe",
    "checkver": {
        "github": "https://github.com/wait4x/wait4x"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/wait4x/wait4x/releases/download/v$version/wait4x-windows-amd64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/wait4x/wait4x/releases/download/v$version/wait4x-windows-arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$url.sha256sum"
        }
    }
}
