{
    "version": "20231025-6fbe9312",
    "description": "A fork of the SSH/Telnet client PuTTY with new features such as background images, transparent window, clickable URLs and zooming.",
    "homepage": "https://github.com/lalbornoz/PuTTie",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lalbornoz/PuTTie/releases/download/PuTTie-file-Release-6fbe9312/PuTTie-file-Release-6fbe9312.zip",
            "hash": "6d289d1dfc5d280380a8f588fecb0b35e6e8017b8a6f17489d37b1cf6a2fa198"
        }
    },
    "extract_dir": "PuTTie-file-Release-6fbe9312",
    "bin": [
        "pageant.exe",
        "plink.exe",
        "pscp.exe",
        "psftp.exe",
        "psocks.exe",
        "putty.exe",
        "puttygen.exe",
        "puttytel.exe"
    ],
    "shortcuts": [
        [
            "putty.exe",
            "PuTTY"
        ],
        [
            "puttygen.exe",
            "PuttyGen (PuTTY Key Generator)"
        ],
        [
            "pageant.exe",
            "Pageant (PuTTY authentication agent)"
        ]
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/138299134/releases/latest",
        "regex": "(?s)Release-(?<sha>[0-9a-f]{8}).*?updated_at.*?(\\d{4})-(\\d{2})-(\\d{2})",
        "replace": "${1}${2}${3}-${sha}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lalbornoz/PuTTie/releases/download/PuTTie-file-Release-$matchSha/PuTTie-file-Release-$matchSha.zip"
            }
        },
        "extract_dir": "PuTTie-file-Release-$matchSha"
    }
}
