{
    "version": "25.2",
    "description": "Protocol compiler used to compile .proto files.",
    "homepage": "https://github.com/google/protobuf",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/google/protobuf/releases/download/v25.2/protoc-25.2-win64.zip",
            "hash": "74cf3a0ead50be525ad393f820fce64baed3776202ff3b8423acf3bf0daaf542"
        },
        "32bit": {
            "url": "https://github.com/google/protobuf/releases/download/v25.2/protoc-25.2-win32.zip",
            "hash": "a2c5fce13500817cc585dba809b87f50051e94f4dcff259875c8f1761919091a"
        }
    },
    "bin": "bin\\protoc.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/google/protobuf/releases/download/v$version/protoc-$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/google/protobuf/releases/download/v$version/protoc-$version-win32.zip"
            }
        }
    }
}
