{
    "version": "0.83",
    "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:6d9afa48e9f80ab10ced56806f09a9e2a2fc52435a22d2119b71c83e9f5c0d8da5552d5abc249628438e228a1ac1c422a9a48a88d3eeaf9d515a9852caa78b16"
        },
        "32bit": {
            "url": "https://the.earth.li/~sgtatham/putty/latest/w32/puttytel.exe",
            "hash": "sha512:a25326ac537ace98eb8680d10edf3cac75bf6a450ab1747a901b2152bf48edebe87a9adccc1e1c680a7331607d3b34e57d50f39aac7cdf772a5c267eab5b3657"
        },
        "arm64": {
            "url": "https://the.earth.li/~sgtatham/putty/latest/wa64/puttytel.exe",
            "hash": "sha512:9a19647b7b700413104fd4123be5f9edcf078ee4d0d31132a036093337a9348eb25d3a7c5c1bd3d223f27e855770f977cb6cdec4e26fe0a5ec12cd88079efdbf"
        }
    },
    "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"
                }
            }
        }
    }
}
