{
    "version": "4.35.2",
    "description": "Let's Encrypt/ACME client and library written in Go",
    "homepage": "https://github.com/go-acme/lego",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/go-acme/lego/releases/download/v4.35.2/lego_v4.35.2_windows_amd64.zip",
            "hash": "d92d9bdaba7b511422eca93b81eb2c6b411b727b38b0e399eac3872eaee5e2e0"
        },
        "32bit": {
            "url": "https://github.com/go-acme/lego/releases/download/v4.35.2/lego_v4.35.2_windows_386.zip",
            "hash": "ac4ccc86eef0b0edc6f2ac506d6ca74f1f4bd517321e6e5e04e429f15b34e226"
        },
        "arm64": {
            "url": "https://github.com/go-acme/lego/releases/download/v4.35.2/lego_v4.35.2_windows_arm64.zip",
            "hash": "1a449f92de7c620369cfa7731808567f3aeb6c77b6459e192ac61f14a8442109"
        }
    },
    "bin": "lego.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_amd64.zip"
            },
            "32bit": {
                "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_386.zip"
            },
            "arm64": {
                "url": "https://github.com/go-acme/lego/releases/download/v$version/lego_v$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/lego_$version_checksums.txt"
        }
    }
}
