{
    "version": "1.3.0",
    "description": "A continuation of GitAhead client, a graphical Git client designed to help you understand and manage your source code history.",
    "homepage": "https://murmele.github.io/Gittyup/",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/Murmele/Gittyup/releases/download/gittyup_v1.3.0/Gittyup-win64-1.3.0.exe#/dl.7z",
            "hash": "07e7feafe71b47e5ceab19a4fb0d4421337f4d85ef3d4e413c6ca1e3b80efea0"
        },
        "32bit": {
            "url": "https://github.com/Murmele/Gittyup/releases/download/gittyup_v1.3.0/Gittyup-win32-1.3.0.exe#/dl.7z",
            "hash": "574db6d22a8f0425cace08db52a54185c665b8a30d2371fec1330b739e34425b"
        }
    },
    "post_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Unins*\", \"$dir\\vcredist_*\" -Force -Recurse",
    "bin": "bin\\gittyup.exe",
    "shortcuts": [
        [
            "bin\\gittyup.exe",
            "Gittyup"
        ]
    ],
    "checkver": {
        "github": "https://github.com/Murmele/Gittyup",
        "regex": "gittyup_v([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Murmele/Gittyup/releases/download/gittyup_v$version/Gittyup-win64-$version.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/Murmele/Gittyup/releases/download/gittyup_v$version/Gittyup-win32-$version.exe#/dl.7z"
            }
        }
    }
}
