{
    "version": "5.6.2",
    "description": "SCIntilla based Text Editor",
    "homepage": "https://www.scintilla.org/SciTE.html",
    "license": "HPND",
    "architecture": {
        "64bit": {
            "url": "https://www.scintilla.org/wscite562.zip",
            "hash": "4c72a3dca889d02709b09877acfc333a74fc885eb2c1cb03f14af85be8b2a830"
        },
        "32bit": {
            "url": "https://www.scintilla.org/wscite32_562.zip",
            "hash": "7fee324e18f26d21c02120fe614cc39e176276373537b9e4c6c2a9c2d2ca46bf",
            "pre_install": "Rename-Item \"$dir\\SciTE32.exe\" 'SciTE.exe'"
        }
    },
    "extract_dir": "wscite",
    "bin": "SciTE.exe",
    "shortcuts": [
        [
            "SciTE.exe",
            "SciTE"
        ]
    ],
    "checkver": "Release version ([\\d.]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.scintilla.org/wscite$cleanVersion.zip"
            },
            "32bit": {
                "url": "https://www.scintilla.org/wscite32_$cleanVersion.zip"
            }
        }
    }
}
