{
    "version": "1.1.37.02",
    "description": "The ultimate automation scripting language for Windows.",
    "homepage": "https://www.autohotkey.com/",
    "license": "GPL-2.0-or-later",
    "url": "https://www.autohotkey.com/download/1.1/AutoHotkey_1.1.37.02.zip",
    "hash": "6f3663f7cdd25063c8c8728f5d9b07813ced8780522fd1f124ba539e2854215f",
    "architecture": {
        "64bit": {
            "bin": [
                "autohotkeyu64.exe",
                [
                    "autohotkeyu64.exe",
                    "autohotkey"
                ],
                "compiler\\ahk2exe.exe"
            ],
            "post_install": "Copy-Item \"$dir\\Compiler\\Unicode 64-bit.bin\" \"$dir\\Compiler\\AutoHotkeySC.bin\""
        },
        "32bit": {
            "bin": [
                "autohotkeyu32.exe",
                [
                    "autohotkeyu32.exe",
                    "autohotkey"
                ],
                "compiler\\ahk2exe.exe"
            ],
            "post_install": "Copy-Item \"$dir\\Compiler\\Unicode 32-bit.bin\" \"$dir\\Compiler\\AutoHotkeySC.bin\""
        }
    },
    "checkver": {
        "url": "https://www.autohotkey.com/download/1.1/version.txt",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "url": "https://www.autohotkey.com/download/1.1/AutoHotkey_$version.zip",
        "hash": {
            "url": "$url.sha256"
        }
    }
}
