{
    "version": "1.4.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.4.0/Gittyup-win64-1.4.0.exe#/dl.7z",
            "hash": "ab86d29dffd131718d2c2d0149ce90e6ad46e624e205e4feead011a800cd9302"
        },
        "32bit": {
            "url": "https://github.com/Murmele/Gittyup/releases/download/gittyup_v1.4.0/Gittyup-win32-1.4.0.exe#/dl.7z",
            "hash": "0b1076c7ec7141d1c5b989d36c00011cd61e0fde646f59be208c9fbabe5eb836"
        }
    },
    "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"
            }
        }
    }
}
