{
    "version": "1.31.04.00",
    "description": "Music tracker",
    "homepage": "https://openmpt.org",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://download.openmpt.org/archive/openmpt/1.31/OpenMPT-1.31.04.00-portable-amd64.zip",
            "hash": "sha1:a7b3e197996df31427586c93efce3229fda1feb1"
        },
        "32bit": {
            "url": "https://download.openmpt.org/archive/openmpt/1.31/OpenMPT-1.31.04.00-portable-x86.zip",
            "hash": "sha1:a5940802c66d9cf45c8c0f5265d4ac23a6c4629c"
        }
    },
    "pre_install": "if(!(Test-Path \"$persist_dir\\mptrack.ini\")) {New-Item \"$dir\\mptrack.ini\" | Out-Null}",
    "shortcuts": [
        [
            "OpenMPT.exe",
            "OpenMPT"
        ]
    ],
    "persist": "mptrack.ini",
    "checkver": {
        "url": "https://update.openmpt.org/check/1.29.00.00-win64-unknown/anonymous",
        "regex": "^update\\s+([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.openmpt.org/archive/openmpt/$majorVersion.$minorVersion/OpenMPT-$version-portable-amd64.zip"
            },
            "32bit": {
                "url": "https://download.openmpt.org/archive/openmpt/$majorVersion.$minorVersion/OpenMPT-$version-portable-x86.zip"
            }
        },
        "hash": {
            "url": "$url.digests",
            "regex": "$sha1"
        }
    }
}
