ScoopInstaller_Main/bucket/git-cliff.json
2024-05-11 20:25:15 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.2.2",
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications",
"homepage": "https://git-cliff.org",
"license": "GPL-3.0-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.2.2/git-cliff-2.2.2-i686-pc-windows-msvc.zip",
"hash": "3a7c576ec31bcb91d62d3e8026989fd72ca2d71035ef461339b4bd33e85ab9fc"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.2.2/git-cliff-2.2.2-x86_64-pc-windows-msvc.zip",
"hash": "9e2956b4ec65dbf48ca9b9fa1815012ca9486c721a143b6eb35412f395f2fd7f"
}
},
"extract_dir": "git-cliff-2.2.2",
"bin": "git-cliff.exe",
"checkver": {
"github": "https://github.com/orhun/git-cliff"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-i686-pc-windows-msvc.zip"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-x86_64-pc-windows-msvc.zip"
}
},
"extract_dir": "git-cliff-$version"
}
}