Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mergiraf: Add version 0.2.0 #6312

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
mergiraf: Add version 0.2.0
  • Loading branch information
nithinphilips authored Nov 9, 2024
commit a9c4d04461cc0609e62d0023018967b6a4023fc5
25 changes: 25 additions & 0 deletions bucket/mergiraf.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "0.2.0",
"description": "A syntax-aware git merge driver for a growing collection of programming languages and file formats.",
"homepage": "https://mergiraf.org/",
"license": "MIT",
"architecture": {
"64bit": {
"hash": "b3205197942bfec67b07b36532972196407db26095641a61fcb1b2bf698966c0",
"url": "https://codeberg.org/mergiraf/mergiraf/releases/download/v0.2.0/mergiraf_x86_64-pc-windows-gnu.zip"
}
},
"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"
}
}
}
}
Loading