mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-14 23:55:15 +00:00
26 lines
874 B
JSON
26 lines
874 B
JSON
{
|
|
"version": "0.11.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.11.0/mergiraf_x86_64-pc-windows-gnu.zip",
|
|
"hash": "fd8d9b26d20cb03f3ac35faa86c047dba499301b2e26f954f540c2e80aa2329d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|