{
    "version": "22.7.1",
    "description": "Git plugin that adds Git commands that make collaborative software development more efficient and safe.",
    "homepage": "https://www.git-town.com",
    "license": "MIT",
    "suggest": {
        "git": "git"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/git-town/git-town/releases/download/v22.7.1/git-town_windows_intel_64.zip",
            "hash": "90801e8d00a1d1602fc6ad7ace30363eec259984ce7e0bc23b7dd71c06e902bc"
        },
        "arm64": {
            "url": "https://github.com/git-town/git-town/releases/download/v22.7.1/git-town_windows_arm_64.zip",
            "hash": "7aadf064382e1a4b677abb16e41f9a8de74f8e4879fe3733d8480e2f211393cb"
        }
    },
    "bin": "git-town.exe",
    "checkver": {
        "github": "https://github.com/git-town/git-town"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_intel_64.zip"
            },
            "arm64": {
                "url": "https://github.com/git-town/git-town/releases/download/v$version/git-town_windows_arm_64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
