mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 21:31:21 +00:00
40 lines
1.7 KiB
JSON
40 lines
1.7 KiB
JSON
{
|
|
"version": "2.11.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.11.0/git-cliff-2.11.0-i686-pc-windows-msvc.zip",
|
|
"hash": "841262bb300cc05aab08275e4decbaf82aab3502986479faec6f2ab077ad44c0"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v2.11.0/git-cliff-2.11.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "821ff133beb572ce72bccce0aacce680c4622007e19fea3bbcb0503cd1133af8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v2.11.0/git-cliff-2.11.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "78d3fd4fb295e555110cc88e8b3f526a9928c10d73d70b2def35264975a3eefd"
|
|
}
|
|
},
|
|
"extract_dir": "git-cliff-2.11.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"
|
|
}
|
|
}
|