{
    "version": "0.80",
    "description": "A PuTTY-like wrapper program for Windows command prompts (or anything else running in a Windows console) 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/0.80/w64/pterm.exe",
            "hash": "sha512:a35201b96a49640d3acc358f90b2ef6c86c76765e2a3c60f00b29741fdeef2967a4182f2f0f22bc91fa878ae65650a5ec03923fd60775ab4785128bd7b763c7d"
        },
        "32bit": {
            "url": "https://the.earth.li/~sgtatham/putty/0.80/w32/pterm.exe",
            "hash": "sha512:be7537d1895a1d6aa6bdbcf3c9b623426f040b66236f62fd4441c7a61e0291fae3914bc567267db2b872ec1474b8e68c4a8bce5f76af1a7438373f3ae86edb1a"
        },
        "arm64": {
            "url": "https://the.earth.li/~sgtatham/putty/0.80/wa64/pterm.exe",
            "hash": "sha512:c68edfb0a86b8f641e70dbf0c87b51b1a31dda14db7643098d35cf96e51d16cea4a21f52793af65c5773cf9d140e8e024d40f45acf58e17862f2c6a45b1d4be5"
        }
    },
    "bin": "pterm.exe",
    "shortcuts": [
        [
            "pterm.exe",
            "Pterm (PuTTY Windows Command Prompt Wrapper)"
        ]
    ],
    "checkver": "The latest version is ([\\d.]+)\\.",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://the.earth.li/~sgtatham/putty/$version/w64/pterm.exe",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/$version/sha512sums",
                    "regex": "$sha512\\s+w64/pterm.exe"
                }
            },
            "32bit": {
                "url": "https://the.earth.li/~sgtatham/putty/$version/w32/pterm.exe",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/$version/sha512sums",
                    "regex": "$sha512\\s+w32/pterm.exe"
                }
            },
            "arm64": {
                "url": "https://the.earth.li/~sgtatham/putty/$version/wa64/pterm.exe",
                "hash": {
                    "url": "https://the.earth.li/~sgtatham/putty/$version/sha512sums",
                    "regex": "$sha512\\s+wa64/pterm.exe"
                }
            }
        }
    }
}
