mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "2.3.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.3.0/git-cliff-2.3.0-i686-pc-windows-msvc.zip",
|
|
"hash": "732be039f0d320b52df2603ee9ac1e72158269b74e7ca21ab6371e98f77fc0f6"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v2.3.0/git-cliff-2.3.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "90bc9c60b5db44a62fae51fb09e9565e2d460e107df3404ac5384a2f0bdd96d1"
|
|
}
|
|
},
|
|
"extract_dir": "git-cliff-2.3.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"
|
|
}
|
|
},
|
|
"extract_dir": "git-cliff-$version"
|
|
}
|
|
}
|