{
    "version": "9.11.1",
    "description": "A Git client which helps you track and manage changes to your code.",
    "homepage": "https://www.gitkraken.com/",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.gitkraken.com/eula"
    },
    "architecture": {
        "64bit": {
            "url": "https://release.gitkraken.com/windows/gitkraken-9.11.1-full.nupkg",
            "hash": "sha1:60cbae43a8a4a72bd8e8027c1b5054c97a77d9a2"
        }
    },
    "extract_dir": "lib\\net45",
    "bin": "gitkraken.exe",
    "shortcuts": [
        [
            "gitkraken.exe",
            "GitKraken"
        ]
    ],
    "checkver": {
        "url": "https://release.gitkraken.com/windows/RELEASES?id=gitkraken&localVersion=0&arch=amd64",
        "regex": "gitkraken-([\\d.]+)-full\\.nupkg",
        "reverse": true
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://release.gitkraken.com/windows/gitkraken-$version-full.nupkg"
            }
        },
        "hash": {
            "url": "$baseurl/RELEASES"
        }
    }
}
