{
    "version": "0.83",
    "description": "A free implementation of SSH and Telnet, along with an xterm terminal emulator.",
    "homepage": "https://www.chiark.greenend.org.uk/~sgtatham/putty/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://the.earth.li/~sgtatham/putty/0.83/w64/putty.zip",
            "hash": "sha512:78160664fb14831a8d9d99c0221df8ba7c23f7f65fc5a707d3cb7f9245fda9a381f0b89ed3b79bf7984252d908836948d7492deb3f5fd8c3d3d4838a691ba3d4"
        },
        "32bit": {
            "url": "https://the.earth.li/~sgtatham/putty/0.83/w32/putty.zip",
            "hash": "sha512:a335b7da34401e925daad29aafe11a5306d9e11893cb0be5a91f9fc33eae6e2c6ec078d294146eccf52516dc663b3fc3e3ee3ee9126bfaafb6e929a30d6242c6"
        },
        "arm64": {
            "url": "https://the.earth.li/~sgtatham/putty/0.83/wa64/putty.zip",
            "hash": "sha512:a8e7c1dfd98c3a359fea61042fdca48ed3ef7f4b9597bf45d085489ab0097208991d420890aec59d277252b78d951da479a0898c244358a8c99fe4189ff33cdb"
        }
    },
    "bin": [
        "putty.exe",
        "puttygen.exe",
        "pscp.exe",
        "pageant.exe",
        "psftp.exe",
        "plink.exe"
    ],
    "shortcuts": [
        [
            "putty.exe",
            "PuTTY"
        ],
        [
            "pageant.exe",
            "Pageant (PuTTY authentication agent)"
        ],
        [
            "psftp.exe",
            "PSFTP"
        ],
        [
            "puttygen.exe",
            "PuTTYgen (PuTTY Key Generator)"
        ]
    ],
    "checkver": "The latest version is ([\\d.]+)\\.",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://the.earth.li/~sgtatham/putty/$version/w64/putty.zip",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/$version/sha512sums",
                    "regex": "$sha512\\s+\\*?(?:w64/$basename)"
                }
            },
            "32bit": {
                "url": "https://the.earth.li/~sgtatham/putty/$version/w32/putty.zip",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/$version/sha512sums",
                    "regex": "$sha512\\s+\\*?(?:w32/$basename)"
                }
            },
            "arm64": {
                "url": "https://the.earth.li/~sgtatham/putty/$version/wa64/putty.zip",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/$version/sha512sums",
                    "regex": "$sha512\\s+\\*?(?:wa64/$basename)"
                }
            }
        }
    }
}
