{
    "version": "0.40.2",
    "description": "A simple terminal UI for git commands",
    "homepage": "https://github.com/jesseduffield/lazygit",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Windows_x86_64.zip",
            "hash": "b6cba66450d4b1138d5f817261d2e9070c3c8a34220d886e360f576673bddd0d"
        },
        "32bit": {
            "url": "https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Windows_32-bit.zip",
            "hash": "c8bc0af48cc61fe44c335d507ce88e055857b0c224babec5bd4f3842a0b4106c"
        }
    },
    "bin": "lazygit.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jesseduffield/lazygit/releases/download/v$version/lazygit_$version_Windows_x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/jesseduffield/lazygit/releases/download/v$version/lazygit_$version_Windows_32-bit.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
