ScoopInstaller_Main/bucket/git-cliff.json
2025-06-03 12:31:43 +00:00

40 lines
1.7 KiB
JSON

{
"version": "2.9.1",
"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.9.1/git-cliff-2.9.1-i686-pc-windows-msvc.zip",
"hash": "825375fcb8872f919810d07314b9ba25df25aad85f7ea9415c9fc8f3c9c92953"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.9.1/git-cliff-2.9.1-x86_64-pc-windows-msvc.zip",
"hash": "43bc3125acbea2267daf1ba8fecbd6cd7260ae08dbcf28d7eb4d270f7f33c4e3"
},
"arm64": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.9.1/git-cliff-2.9.1-aarch64-pc-windows-msvc.zip",
"hash": "0130b25db1fad65870c87b9b9a71c1ce21c6283e2b045da0796a659a8431e3d9"
}
},
"extract_dir": "git-cliff-2.9.1",
"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"
},
"arm64": {
"url": "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-aarch64-pc-windows-msvc.zip"
}
},
"extract_dir": "git-cliff-$version"
}
}