ScoopInstaller_Main/bucket/git-cliff.json
2024-02-19 12:29:48 +00:00

31 lines
1.2 KiB
JSON

{
"version": "2.0.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.0.1/git-cliff-2.0.1-i686-pc-windows-msvc.zip",
"hash": "ed16c6444abf260175c2c21813d9050d6b7380a4434be3031c444e11e2221c85"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.0.1/git-cliff-2.0.1-x86_64-pc-windows-msvc.zip",
"hash": "cd850ac862260dc8c80fe5af47a0f921abf80ee92b8d88e3202a0343a3ffef01"
}
},
"extract_dir": "git-cliff-2.0.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"
}
}