{
    "version": "3.3.12",
    "description": "Free42, an HP-42S Calculator Simulator",
    "homepage": "https://thomasokken.com/free42/",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://thomasokken.com/free42/download/Free42Windows.zip",
            "hash": "a0cd53d1f55192ccb903707e0d53fce58b653b0abd8bd9c1ea6242cfeff5be1f",
            "extract_dir": "Free42Windows"
        },
        "32bit": {
            "url": "https://thomasokken.com/free42/download/Free42Windows-32bit.zip",
            "hash": "6a2d009f40c2bf6670956d5ee5ce9e8a899d1be86927b15bdad9ae332d7c5726",
            "extract_dir": "Free42Windows-32bit"
        }
    },
    "pre_install": "(New-Item -Force -Type File \"$dir\\portable\") | Out-Null",
    "bin": [
        "Free42Binary.exe",
        "Free42Decimal.exe"
    ],
    "shortcuts": [
        [
            "Free42Binary.exe",
            "Free42Binary"
        ],
        [
            "Free42Decimal.exe",
            "Free42Decimal"
        ]
    ],
    "checkver": "<b>(?<version>[\\d.]+)</b>",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://thomasokken.com/free42/download/Free42Windows.zip"
            },
            "32bit": {
                "url": "https://thomasokken.com/free42/download/Free42Windows-32bit.zip"
            }
        }
    }
}
