{
    "version": "3.5.8",
    "description": "Extend your GitHub workflow beyond your browser.",
    "homepage": "https://desktop.github.com/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/desktop/desktop/releases/download/release-3.5.8/GitHubDesktop-3.5.8-x64-full.nupkg",
            "hash": "848216dd82d5a1dfb52946d09165958e5ca7d890c5ca4ea34663c4027dd39138"
        }
    },
    "extract_dir": "lib\\net45",
    "bin": "GitHubDesktop.exe",
    "shortcuts": [
        [
            "GitHubDesktop.exe",
            "GitHub Desktop"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/desktop/desktop/tags",
        "regex": "tags/release-([\\d.]+)\""
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/desktop/desktop/releases/download/release-$version/GitHubDesktop-$version-x64-full.nupkg"
            }
        },
        "hash": {
            "url": "$baseurl/GitHub.Desktop-$version-checksums.txt"
        }
    }
}
