{
    "version": "1.25.14",
    "description": "Bulk port forwarding Kubernetes services for local development",
    "homepage": "https://github.com/txn2/kubefwd",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/txn2/kubefwd/releases/download/v1.25.14/kubefwd_Windows_x86_64.zip",
            "hash": "8d0e17cacd0713c25f9a2a1f08ee0f7a5c46a9246c8e706b80325f4c1afafc6b"
        },
        "32bit": {
            "url": "https://github.com/txn2/kubefwd/releases/download/v1.25.14/kubefwd_Windows_i386.zip",
            "hash": "718c9c1e4fa0ac6bc32aa7a346f1fb401df08e62149bde9ca539ecb177754627"
        }
    },
    "bin": "kubefwd.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/txn2/kubefwd/releases/download/v$version/kubefwd_Windows_i386.zip"
            }
        },
        "hash": {
            "url": "$baseurl/kubefwd_checksums.txt"
        }
    }
}
