ScoopInstaller_Main/bucket/git-cliff.json
2025-01-24 16:30:24 +00:00

40 lines
1.7 KiB
JSON

{
"version": "2.8.0",
"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.8.0/git-cliff-2.8.0-i686-pc-windows-msvc.zip",
"hash": "7c8edf7480e75e2f61312ecbd89b8eaabdf1a85cd40eac05e57299001b217c56"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.8.0/git-cliff-2.8.0-x86_64-pc-windows-msvc.zip",
"hash": "e1d7d1df5f679e6bd22aef5a60dee97cd69ec158f432a77e771b87283af94ad8"
},
"arm64": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.8.0/git-cliff-2.8.0-aarch64-pc-windows-msvc.zip",
"hash": "ddef496b165c465aeede201c00a88cc21078511aee618803bc6f6ca789877928"
}
},
"extract_dir": "git-cliff-2.8.0",
"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"
}
}