{
    "version": "0.16.3",
    "description": "A syntax-aware git merge driver",
    "homepage": "https://mergiraf.org",
    "license": "GPL-3.0-only",
    "architecture": {
        "64bit": {
            "url": "https://codeberg.org/mergiraf/mergiraf/releases/download/v0.16.3/mergiraf_x86_64-pc-windows-gnu.zip",
            "hash": "f29da2de294dcc99982de623a32234821681554ee6785edfb67e20c692bd2099"
        }
    },
    "bin": "mergiraf.exe",
    "checkver": {
        "url": "https://codeberg.org/api/v1/repos/mergiraf/mergiraf/releases/latest",
        "jsonpath": "$.tag_name",
        "regex": "v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://codeberg.org/mergiraf/mergiraf/releases/download/v$version/mergiraf_x86_64-pc-windows-gnu.zip"
            }
        }
    }
}
