ScoopInstaller_Main/bucket/git-cliff.json
2023-01-08 20:28:51 +00:00

31 lines
1.2 KiB
JSON

{
"version": "1.1.0",
"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/v1.1.0/git-cliff-1.1.0-i686-pc-windows-msvc.zip",
"hash": "44ef750abb8fc3d1cfb8968a58978d3e293ce85d2e3b39be5936b5c850447124"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v1.1.0/git-cliff-1.1.0-x86_64-pc-windows-msvc.zip",
"hash": "7ab923986e81012105043da18eb3cc1b4b2628d78c67f585d29f4cceb4753733"
}
},
"extract_dir": "git-cliff-1.1.0",
"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"
}
}