{
    "version": "20240523-7604753a",
    "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-7604753a/PuTTie-file-Release-7604753a.zip",
            "hash": "935ae1c900b9ab9cf4cb3dedb85a641c27747b1170599e02c6846e6d0b927199"
        }
    },
    "extract_dir": "PuTTie-file-Release-7604753a",
    "bin": [
        "pageant.exe",
        "plink.exe",
        "pscp.exe",
        "psftp.exe",
        "psocks.exe",
        "puttie.exe",
        "puttie-portable.exe",
        "puttygen.exe",
        "puttytel.exe"
    ],
    "shortcuts": [
        [
            "puttie.exe",
            "PuTTie"
        ],
        [
            "puttie-portable.exe",
            "PuTTie (Portable)"
        ],
        [
            "puttygen.exe",
            "PuttyGen (PuTTY Key Generator)"
        ],
        [
            "pageant.exe",
            "Pageant (PuTTY authentication agent)"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/lalbornoz/PuTTie/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"
    }
}
