{
    "version": "0.83",
    "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.83/w64/pterm.exe",
            "hash": "sha512:3c2f3c77e77aafa687bf9763431f27f12a337849b9956bf8af9f1e616aeef4a247214fc49c68d4710779083891b44618d836acae95fb303de181085c66692199"
        },
        "32bit": {
            "url": "https://the.earth.li/~sgtatham/putty/0.83/w32/pterm.exe",
            "hash": "sha512:024cce1e6ad79b69fddfe7f3fce5a7612c1ca6fdd7555245d17577e13a68e6c398161dd6055ce7d9cda7425dcc165b99ab26f937d9a88e06d764897c1864e2db"
        },
        "arm64": {
            "url": "https://the.earth.li/~sgtatham/putty/0.83/wa64/pterm.exe",
            "hash": "sha512:7ad9fae9eab6a7fb6282cd478999cc6d38a7bc7e8f21558a292cf2ee29423c8810f2c6aa6d79640dfaba0f65f2b4a390c7a00c9cf376c3bec2a3d71685dc9f21"
        }
    },
    "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"
                }
            }
        }
    }
}
