mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
* Fix mergiraf's license Thanks for packaging Mergiraf! I noticed that the license is wrong (see https://codeberg.org/mergiraf/mergiraf/src/branch/main/LICENSE.txt), so here is a PR to fix that. * Update bucket/mergiraf.json Co-authored-by: HUMORCE <humorce@outlook.com> --------- Co-authored-by: HUMORCE <humorce@outlook.com>
26 lines
872 B
JSON
26 lines
872 B
JSON
{
|
|
"version": "0.6.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.6.0/mergiraf_x86_64-pc-windows-gnu.zip",
|
|
"hash": "a4dd34f281af1861065059b03ca9fa3ddac41c517de377aca086cbed2615f577"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|