mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"version": "2.9.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.9.0/git-cliff-2.9.0-i686-pc-windows-msvc.zip",
|
|
"hash": "45fb8d908d35a6f6d277a09354e0e0cbad5f0eb4706bd9e3845dee2f403e4e97"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v2.9.0/git-cliff-2.9.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c0e174b2bdec592e27276dfad7fff6094d4afaf49aa5117ccffe448dee084e50"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v2.9.0/git-cliff-2.9.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "8c6e4ff223ad6b962bf8cc99e6f45c6791d9c0bd497d9fcd9542331989f9c309"
|
|
}
|
|
},
|
|
"extract_dir": "git-cliff-2.9.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"
|
|
}
|
|
}
|