{
    "version": "0.83u1",
    "description": "PuTTY CAC is a fork of the PuTTY, a popular Secure Shell (SSH) terminal. PuTTY CAC adds the ability to use the Windows Certificate API (CAPI) or a Public Key Cryptography Standards (PKCS) library to perform SSH public key authentication using a private key associated with a certificate that is stored on a hardware token.",
    "homepage": "https://github.com/NoMoreFood/putty-cac",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/NoMoreFood/putty-cac/raw/0.83u1/binaries/puttycac-0.83u1-x64.zip",
            "hash": "7feca8f5d919d4d359955780a5a5f01debbe936827f10815f106abd63bf95ca4"
        },
        "32bit": {
            "url": "https://github.com/NoMoreFood/putty-cac/raw/0.83u1/binaries/puttycac-0.83u1-x86.zip",
            "hash": "0c58834e98c9f404cc4916487edf86815f8b041ce6c93cb65c1140f5c59a7c54"
        },
        "arm64": {
            "url": "https://github.com/NoMoreFood/putty-cac/raw/0.83u1/binaries/puttycac-0.83u1-arm64.zip",
            "hash": "075638c617401387edb4f673aa585b68afba5f07ecea4fcd9d0d1d8df9b2b5ef"
        }
    },
    "bin": [
        "putty.exe",
        "puttygen.exe",
        "pscp.exe",
        "pageant.exe",
        "psftp.exe",
        "plink.exe",
        "puttytel.exe"
    ],
    "shortcuts": [
        [
            "putty.exe",
            "PuTTY"
        ],
        [
            "pageant.exe",
            "Pageant"
        ],
        [
            "psftp.exe",
            "PSFTP"
        ],
        [
            "puttygen.exe",
            "PuTTYgen"
        ],
        [
            "puttytel.exe",
            "PuTTYtel"
        ]
    ],
    "checkver": {
        "github": "https://github.com/NoMoreFood/putty-cac",
        "regex": "/releases/tag/([\\w.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/NoMoreFood/putty-cac/raw/0.83u1/binaries/puttycac-0.83u1-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/NoMoreFood/putty-cac/raw/0.83u1/binaries/puttycac-0.83u1-x86.zip"
            },
            "arm64": {
                "url": "https://github.com/NoMoreFood/putty-cac/raw/0.83u1/binaries/puttycac-0.83u1-arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/puttycac-hash.txt",
            "regex": "$sha256.*?$basename"
        }
    }
}
