{
    "version": "1.5.30",
    "description": "The easiest way to use git. On any platform. Anywhere.",
    "homepage": "https://github.com/FredrikNoren/ungit",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/FredrikNoren/ungit/releases/download/v1.5.30/ungit-1.5.30-win32-x64.zip",
            "hash": "1d4ced7bd645c658a314fbd1f1e4cfbd165ee849f8aac247bf02663dd8f3e2db",
            "extract_dir": "ungit-win32-x64"
        },
        "32bit": {
            "url": "https://github.com/FredrikNoren/ungit/releases/download/v1.5.30/ungit-1.5.30-win32-ia32.zip",
            "hash": "a8f4803f57db069bc311ccf59f3b83bf2f3529b476054b20393ffda5e7195bf0",
            "extract_dir": "ungit-win32-ia32"
        },
        "arm64": {
            "url": "https://github.com/FredrikNoren/ungit/releases/download/v1.5.30/ungit-1.5.30-win32-arm64.zip",
            "hash": "fa8213756b0d4d7c03e45183c502d59c4af69c7d28c4715479361744065495b7",
            "extract_dir": "ungit-win32-arm64"
        }
    },
    "bin": "ungit.exe",
    "shortcuts": [
        [
            "ungit.exe",
            "ungit"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/FredrikNoren/ungit/releases/download/v$version/ungit-$version-win32-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/FredrikNoren/ungit/releases/download/v$version/ungit-$version-win32-ia32.zip"
            },
            "arm64": {
                "url": "https://github.com/FredrikNoren/ungit/releases/download/v$version/ungit-$version-win32-arm64.zip"
            }
        }
    }
}
