ScoopInstaller_Main/bucket/mergiraf.json
2025-04-30 20:29:14 +00:00

26 lines
872 B
JSON

{
"version": "0.7.0",
"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.7.0/mergiraf_x86_64-pc-windows-gnu.zip",
"hash": "b5d7a0defc64938bdef96eb1eaaf48e6f305b0431d3038656842f9d89da2f47f"
}
},
"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"
}
}
}
}