{
    "version": "0.80",
    "description": "A Telnet-only client that is not included in putty all-in-one archive/installer",
    "homepage": "https://www.chiark.greenend.org.uk/~sgtatham/putty/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://the.earth.li/~sgtatham/putty/latest/w64/puttytel.exe",
            "hash": "sha512:3a30923675b7747484f75a76af2eb14280316bc63eec6f49aff3936aa4aa47f9e2c45fd318f9340fdacea7fcf683f8e3de538d401f8420b4477e9ce0c5695f78"
        },
        "32bit": {
            "url": "https://the.earth.li/~sgtatham/putty/latest/w32/puttytel.exe",
            "hash": "sha512:ab1220153b868807d866a55a97bbb43159a37982aedcd5e86886d8a77153553516b573e205c7aa3ae517586050ecd15766574445c09b5a6880d0bae81338bf17"
        },
        "arm64": {
            "url": "https://the.earth.li/~sgtatham/putty/latest/wa64/puttytel.exe",
            "hash": "sha512:64c989582c37cace760cd79d0b706eec6bff75d48354fcc838c96f069e090c02fc9884155463d60b477802ffd19e3411eec5d1ca749afaf251bee67bd3b10ed6"
        }
    },
    "bin": "puttytel.exe",
    "checkver": "The latest version is ([\\d.]+)\\.",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://the.earth.li/~sgtatham/putty/latest/w64/puttytel.exe",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/latest/sha512sums",
                    "regex": "$sha512\\s+w64/puttytel.exe"
                }
            },
            "32bit": {
                "url": "https://the.earth.li/~sgtatham/putty/latest/w32/puttytel.exe",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/latest/sha512sums",
                    "regex": "$sha512\\s+w32/puttytel.exe"
                }
            },
            "arm64": {
                "url": "https://the.earth.li/~sgtatham/putty/latest/wa64/puttytel.exe",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/latest/sha512sums",
                    "regex": "$sha512\\s+wa64/puttytel.exe"
                }
            }
        }
    }
}
