{
    "version": "5.5.1",
    "description": "A text editor for developers",
    "homepage": "http://www.pspad.com",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.pspad.com/en/licence.php"
    },
    "architecture": {
        "64bit": {
            "url": "https://www.pspad.com/files/pspad/pspad551en_x64.zip",
            "hash": "sha1:9a7e6fb31ac389b78f255fcbccff89b32b0ff319"
        },
        "32bit": {
            "url": "https://www.pspad.com/files/pspad/pspad551en.zip",
            "hash": "sha1:22a18af7ee65fb0d78eb715b7d2e9f61c7dd004f"
        }
    },
    "bin": "PSPad.exe",
    "shortcuts": [
        [
            "PSPad.exe",
            "PSPad"
        ]
    ],
    "checkver": "Full version:\\D*([\\d.]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.pspad.com/files/pspad/pspad$cleanVersionen_x64.zip"
            },
            "32bit": {
                "url": "https://www.pspad.com/files/pspad/pspad$cleanVersionen.zip"
            }
        },
        "hash": {
            "url": "https://www.pspad.com/en/download.php",
            "regex": "$sha1.*?$basename"
        }
    }
}
