mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.2",
|
|
"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.2/git-cliff-1.1.2-i686-pc-windows-msvc.zip",
|
|
"hash": "79152ed49c267ab0343bcc3e41d2a9d69cc9d2ce31fd3df1d5b9dd5a87170195"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v1.1.2/git-cliff-1.1.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f5013fb320cd892f2bdf2f4c38bb984f613a3fc41356eeec1685730a6b580c79"
|
|
}
|
|
},
|
|
"extract_dir": "git-cliff-1.1.2",
|
|
"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"
|
|
}
|
|
}
|