{
    "version": "9.2.0-1",
    "description": "Comprehensive free Prolog environment.",
    "homepage": "https://www.swi-prolog.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://www.swi-prolog.org/download/stable/bin/swipl-9.2.0-1.x64.exe#/dl.7z",
            "hash": "b7f41031e28a8c3d442a5f63c1d32250c263ea116b5eca655e54122627a7408e"
        },
        "32bit": {
            "url": "https://www.swi-prolog.org/download/stable/bin/swipl-9.2.0-1.x86.exe#/dl.7z",
            "hash": "fec3f19b58d6edcbba5c9547135f82f1479fde1e30d4fc786379cffb1b787860"
        }
    },
    "bin": [
        "bin\\swipl.exe",
        "bin\\swipl-ld.exe"
    ],
    "shortcuts": [
        [
            "bin\\swipl-win.exe",
            "SWI-Prolog"
        ]
    ],
    "checkver": {
        "url": "https://www.swi-prolog.org/download/stable",
        "regex": "swipl-([\\d.-]+)\\.x64\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.swi-prolog.org/download/stable/bin/swipl-$version.x64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://www.swi-prolog.org/download/stable/bin/swipl-$version.x86.exe#/dl.7z"
            }
        },
        "hash": {
            "url": "https://www.swi-prolog.org/download/stable",
            "regex": "(?sm)$basename.*?$sha256"
        }
    }
}
