{
    "version": "2.11.2",
    "description": "HTTP/2 web server with automatic HTTPS",
    "homepage": "https://caddyserver.com",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/caddyserver/caddy/releases/download/v2.11.2/caddy_2.11.2_windows_amd64.zip",
            "hash": "sha512:77db9ab02b0dbfc3a8b3928e1c88e48f2b328adcdb02affbc49442ce183cc901d1f4d2ce2a5d1dc897a318948133b1f98f209e1cad56b050bb98336c2ffddd04"
        },
        "arm64": {
            "url": "https://github.com/caddyserver/caddy/releases/download/v2.11.2/caddy_2.11.2_windows_arm64.zip",
            "hash": "sha512:d35540941f6dc3693167056f00fc9c3a0f8d370628faebe0641bcdc01aefd41a2a1bdb7a7ab24ecdb1ee6ce7f30e80e5bfa313cb70750931a228056d016b7dfe"
        }
    },
    "bin": "caddy.exe",
    "checkver": {
        "github": "https://github.com/caddyserver/caddy"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/caddyserver/caddy/releases/download/v$version/caddy_$version_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/caddyserver/caddy/releases/download/v$version/caddy_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/caddy_$version_checksums.txt"
        }
    }
}
