{
    "version": "4.18.2",
    "description": "A highly-caffeinated, powerful, and intuitive graphical user interface for Git",
    "homepage": "https://git-cola.github.io/",
    "license": "GPL-2.0-or-later",
    "suggest": {
        "git": "git"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/git-cola/git-cola/releases/download/v4.18.2/git-cola-4.18.2.windows.zip",
            "hash": "fd7fdbddce954d41f9093b1ba848ea585dcc8f3faaa886d035ba21f62de11aad"
        }
    },
    "pre_install": [
        "Get-ChildItem \"$dir\" 'git-cola-*.exe' | Select-Object -First 1 -ExpandProperty FullName | Expand-7zipArchive -Destination \"$dir\" -Removal",
        "Remove-Item \"$dir\\`$*\" -Force -Recurse"
    ],
    "bin": [
        "bin\\git-cola.exe",
        "bin\\git-dag.exe"
    ],
    "shortcuts": [
        [
            "bin\\git-cola.exe",
            "Git Cola",
            "",
            "git-cola.ico"
        ]
    ],
    "checkver": {
        "github": "https://github.com/git-cola/git-cola"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/git-cola/git-cola/releases/download/v$version/git-cola-$version.windows.zip"
            }
        }
    }
}
