{
    "version": "0.68.1",
    "description": "A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.",
    "homepage": "https://github.com/fatedier/frp",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/fatedier/frp/releases/download/v0.68.1/frp_0.68.1_windows_amd64.zip",
            "hash": "74d753a681d2c07931d150b21ed294c224abe36053f67393cf46223f53bc871c",
            "extract_dir": "frp_0.68.1_windows_amd64"
        },
        "arm64": {
            "url": "https://github.com/fatedier/frp/releases/download/v0.68.1/frp_0.68.1_windows_arm64.zip",
            "hash": "751471a78f7658e3f45f51b698a3d4b16950a576572582f9e948d0e45168e766",
            "extract_dir": "frp_0.68.1_windows_arm64"
        }
    },
    "bin": [
        "frpc.exe",
        "frps.exe"
    ],
    "persist": [
        "frpc.toml",
        "frps.toml"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_amd64.zip",
                "extract_dir": "frp_$version_windows_amd64"
            },
            "arm64": {
                "url": "https://github.com/fatedier/frp/releases/download/v$version/frp_$version_windows_arm64.zip",
                "extract_dir": "frp_$version_windows_arm64"
            }
        },
        "hash": {
            "url": "$baseurl/frp_sha256_checksums.txt"
        }
    }
}
