{
    "version": "2.31.11",
    "description": "Creates remote development machines so your team can develop from anywhere.",
    "homepage": "https://coder.com/",
    "license": "AGPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/coder/coder/releases/download/v2.31.11/coder_2.31.11_windows_amd64.zip",
            "hash": "244195aeadc5f39265baed4439fc7b9ce58f450364f041425d0b752b1b16587e"
        }
    },
    "bin": "coder.exe",
    "env_set": {
        "CODER_CONFIG_DIR": "$dir\\config"
    },
    "persist": "config",
    "checkver": {
        "github": "https://github.com/coder/coder"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/coder/coder/releases/download/v$version/coder_$version_windows_amd64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/coder_$version_checksums.txt"
        }
    }
}
