{
    "version": "1.1.9",
    "description": "A SSH Agent based-on Windows CryptoAPI.",
    "homepage": "https://github.com/buptczq/WinCryptSSHAgent",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/buptczq/WinCryptSSHAgent/releases/download/v1.1.9/WinCryptSSHAgent.exe",
            "hash": "d8d05c4e063e3eb4b90412e57eb274caa8669e2458aeda2eaa2f4725541e86be",
            "bin": [
                [
                    "WinCryptSSHAgent.exe",
                    "wincrypt-sshagent"
                ]
            ],
            "shortcuts": [
                [
                    "WinCryptSSHAgent.exe",
                    "WinCrypt SSH Agent"
                ]
            ]
        },
        "32bit": {
            "url": "https://github.com/buptczq/WinCryptSSHAgent/releases/download/v1.1.9/WinCryptSSHAgent_32bit.exe",
            "hash": "9b46fc5f884809743e248c367531505ba8f946566474acec39f4304a0d548ea7",
            "bin": [
                [
                    "WinCryptSSHAgent_32bit.exe",
                    "wincrypt-sshagent"
                ]
            ],
            "shortcuts": [
                [
                    "WinCryptSSHAgent_32bit.exe",
                    "WinCrypt SSH Agent"
                ]
            ]
        }
    },
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/buptczq/WinCryptSSHAgent/releases/download/v$version/WinCryptSSHAgent.exe"
            },
            "32bit": {
                "url": "https://github.com/buptczq/WinCryptSSHAgent/releases/download/v$version/WinCryptSSHAgent_32bit.exe"
            }
        }
    }
}
