{
    "version": "2023.10.06",
    "description": "Fork of DOSBox, an Intel x86-based PC emulator, complete with sound, graphics, mouse, joystick, modem, etc.",
    "homepage": "https://dosbox-x.com",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v2023.10.06/dosbox-x-vsbuild-win64-20231007055223.zip",
            "hash": "0b3beba7c075a691736634676dc249357d6d21767adfffeac0172d0879b37bd0",
            "extract_dir": "bin\\x64\\Release SDL2"
        },
        "32bit": {
            "url": "https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v2023.10.06/dosbox-x-vsbuild-win32-20231007055223.zip",
            "hash": "4713d2755a7a5ecc979d757d5e6777d095ddb7259f3e3549516c64ab96e407af",
            "extract_dir": "bin\\Win32\\Release SDL2"
        },
        "arm64": {
            "url": "https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v2023.10.06/dosbox-x-vsbuild-arm64-20231007055223.zip",
            "hash": "3fd13c2076983d4c6ff9129322f09829ae36f53e9217cfd165b50c854f451d66",
            "extract_dir": "bin\\ARM64\\Release SDL2"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\dosbox.conf\")) { Copy-Item \"$dir\\dosbox-x.reference.conf\" \"$dir\\dosbox.conf\" }",
    "bin": "dosbox-x.exe",
    "shortcuts": [
        [
            "dosbox-x.exe",
            "DOSBox-X"
        ]
    ],
    "persist": "dosbox.conf",
    "checkver": {
        "url": "https://api.github.com/repositories/19881421/releases/latest",
        "jsonpath": "$.assets..browser_download_url",
        "regex": "dosbox-x-v([\\d.]+).*vsbuild-arm64-(?<releasearm64>\\d+).*vsbuild-win32-(?<releasewin32>\\d+).*vsbuild-win64-(?<releasewin64>\\d+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v$version/dosbox-x-vsbuild-win64-$matchReleasewin64.zip"
            },
            "32bit": {
                "url": "https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v$version/dosbox-x-vsbuild-win32-$matchReleasewin32.zip"
            },
            "arm64": {
                "url": "https://github.com/joncampbell123/dosbox-x/releases/download/dosbox-x-v$version/dosbox-x-vsbuild-arm64-$matchReleasearm64.zip"
            }
        }
    }
}
