{
    "version": "2.13.1",
    "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.13.1/git-cliff-2.13.1-i686-pc-windows-msvc.zip",
            "hash": "8d59d3e8e038dec6c5d96421160ca52cda1418b3dc737e0d043a28c325bc130c"
        },
        "64bit": {
            "url": "https://github.com/orhun/git-cliff/releases/download/v2.13.1/git-cliff-2.13.1-x86_64-pc-windows-msvc.zip",
            "hash": "3ae3a5549e85c7ad5b20192ebcfee4371269deca51255f6f2f2e051c6541f5ca"
        },
        "arm64": {
            "url": "https://github.com/orhun/git-cliff/releases/download/v2.13.1/git-cliff-2.13.1-aarch64-pc-windows-msvc.zip",
            "hash": "03a623191fe575bc0024e2ebc61cc861cebd3ba84b93ff13b002c42e8248cd3f"
        }
    },
    "extract_dir": "git-cliff-2.13.1",
    "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"
    }
}
