mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"version": "2.10.1",
|
|
"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.10.1/git-cliff-2.10.1-i686-pc-windows-msvc.zip",
|
|
"hash": "f8e2ebd4895ae9c328f645e720814ba5d1d6a078acc1d797171b015af3206091"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v2.10.1/git-cliff-2.10.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "073c8027da2e055ec83c3609c4195284bd10b2771fcbd806ff0f94e48c310c77"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v2.10.1/git-cliff-2.10.1-aarch64-pc-windows-msvc.zip",
|
|
"hash": "b76e570c25dc73bf5d1b979f11a3f7f4b29c479e5199302b941d59285f20d1c5"
|
|
}
|
|
},
|
|
"extract_dir": "git-cliff-2.10.1",
|
|
"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"
|
|
}
|
|
}
|