{
    "version": "34.1",
    "description": "Protocol compiler used to compile .proto files.",
    "homepage": "https://github.com/protocolbuffers/protobuf",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-win64.zip",
            "hash": "6d7ebdc75e9c1f0026d4fb28f17ef1d0aae77d36744d83a9e052d79ba493724f"
        },
        "32bit": {
            "url": "https://github.com/protocolbuffers/protobuf/releases/download/v34.1/protoc-34.1-win32.zip",
            "hash": "14f5696f6f1ba37e91488be39b0ea59bb2230cde266e63f6f65610b3c5f54550"
        }
    },
    "bin": "bin\\protoc.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/protocolbuffers/protobuf/releases/download/v$version/protoc-$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/protocolbuffers/protobuf/releases/download/v$version/protoc-$version-win32.zip"
            }
        }
    }
}
