mergiraf: Add version 0.5.1 (#6312)

This commit is contained in:
Nithin Philips 2025-02-14 08:41:09 -05:00 committed by GitHub
parent 9439fbd7c8
commit bc5d090303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

25
bucket/mergiraf.json Normal file
View File

@ -0,0 +1,25 @@
{
"version": "0.5.1",
"description": "A syntax-aware git merge driver",
"homepage": "https://mergiraf.org",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://codeberg.org/mergiraf/mergiraf/releases/download/v0.5.1/mergiraf_x86_64-pc-windows-gnu.zip",
"hash": "c990aeb409d6b2c9187ba244bb08c893b5f30b51214b31d0a5a5b97ef67376e0"
}
},
"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"
}
}
}
}