ScoopInstaller_Main/bucket/git-cliff.json
2024-11-20 12:32:01 +00:00

40 lines
1.7 KiB
JSON

{
"version": "2.7.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.7.0/git-cliff-2.7.0-i686-pc-windows-msvc.zip",
"hash": "65df9eb49be86930d9a29395e1ec71cbaea92dfbcba364989b352f8349c63a86"
},
"64bit": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.7.0/git-cliff-2.7.0-x86_64-pc-windows-msvc.zip",
"hash": "3afecbfb8b2a1145f6321fa6fc6bf0fabb8dff5dd7fa1bfa46bafa9f7484f47c"
},
"arm64": {
"url": "https://github.com/orhun/git-cliff/releases/download/v2.7.0/git-cliff-2.7.0-aarch64-pc-windows-msvc.zip",
"hash": "3020caa170c7c63517bfb16a9ae142b493bdd35903ccd4663509aa7e231aa7c0"
}
},
"extract_dir": "git-cliff-2.7.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"
}
}