ScoopInstaller_Main/bucket/git-cliff.json
2024-03-03 20:23:51 +00:00

31 lines
1.2 KiB
JSON

{
"version": "2.1.1",
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications",
"homepage": "https://github.com/orhun/git-cliff",
"license": "GPL-3.0-or-later",
"architecture": {
"32bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.1.1/git-cliff-2.1.1-i686-pc-windows-msvc.zip",
"hash": "8ce56e8e4c5d9e7e30e9d5ff001f941d62ecb40bff681693dc775f0666e1b5a0"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.1.1/git-cliff-2.1.1-x86_64-pc-windows-msvc.zip",
"hash": "77f395c045af1b5041d0f6a35517d4e4245b57cf1a94cfcab5e77d932a13d7fd"
}
},
"extract_dir": "git-cliff-2.1.1",
"bin": "git-cliff.exe",
"checkver": "github",
"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"
}
}