{
    "version": "0.11.3",
    "description": "Command line interface and tools for the regclient Go library (regctl, regbot, regsync).",
    "homepage": "https://regclient.org/",
    "license": {
        "identifier": "Apache-2.0",
        "url": "https://github.com/regclient/regclient/blob/main/LICENSE"
    },
    "architecture": {
        "64bit": {
            "url": [
                "https://github.com/regclient/regclient/releases/download/v0.11.3/regctl-windows-amd64.exe#/regctl.exe",
                "https://github.com/regclient/regclient/releases/download/v0.11.3/regbot-windows-amd64.exe#/regbot.exe",
                "https://github.com/regclient/regclient/releases/download/v0.11.3/regsync-windows-amd64.exe#/regsync.exe"
            ],
            "hash": [
                "6b5dbf3f920d5ec1b2379592a25680e56dafd86795b73f7f52a3543848dc8e6a",
                "5b10ae30247dd1d48239ae65054680b53b5ebd5e8f2e68a377e5490a8651de00",
                "5b05287f413314fa8594befcc3ff0ba8727c7e4498701ed2acf175b4ddb8a226"
            ]
        }
    },
    "bin": [
        "regctl.exe",
        "regbot.exe",
        "regsync.exe"
    ],
    "checkver": {
        "github": "https://github.com/regclient/regclient"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": [
                    "https://github.com/regclient/regclient/releases/download/v$version/regctl-windows-amd64.exe#/regctl.exe",
                    "https://github.com/regclient/regclient/releases/download/v$version/regbot-windows-amd64.exe#/regbot.exe",
                    "https://github.com/regclient/regclient/releases/download/v$version/regsync-windows-amd64.exe#/regsync.exe"
                ]
            }
        }
    }
}
