mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
26 lines
872 B
JSON
26 lines
872 B
JSON
{
|
|
"version": "0.8.1",
|
|
"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.8.1/mergiraf_x86_64-pc-windows-gnu.zip",
|
|
"hash": "72b542d20bb27a4048efd0d5c2bc355ade244f6a352c037ac20e41c333219b71"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|