ScoopInstaller_Main/bucket/git-cliff.json
2024-09-22 08:29:09 +00:00

33 lines
1.3 KiB
JSON

{
"version": "2.6.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.6.0/git-cliff-2.6.0-i686-pc-windows-msvc.zip",
"hash": "a0d3f9dd6a68f8494e43c7742e7e7795277ef6ee2f718a1e31c9c31a90723683"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.6.0/git-cliff-2.6.0-x86_64-pc-windows-msvc.zip",
"hash": "f0ca8a2a38f45c627d0f2cf06f4f5c007bdc9ff5481a9568ecda1cf865903af2"
}
},
"extract_dir": "git-cliff-2.6.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"
}
},
"extract_dir": "git-cliff-$version"
}
}