mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "1.1.1",
|
|
"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.1/git-cliff-1.1.1-i686-pc-windows-msvc.zip",
|
|
"hash": "de7fc896f2692a3a738cb197134f2d6804d8df59bd3d263c534e73ad957536b7"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/orhun/git-cliff/releases/download/v1.1.1/git-cliff-1.1.1-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c3cd060cd191b2a8801067bb7e58c127f80abb15b142d8fc5ebaef42cec4df13"
|
|
}
|
|
},
|
|
"extract_dir": "git-cliff-1.1.1",
|
|
"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"
|
|
}
|
|
}
|