@@ -667,7 +667,7 @@ Google Cloud Platform proto files:
667667
668668``` bash
669669mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
670- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
670+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
671671 tar -xzf - --strip-components=1 && \
672672 cmake \
673673 -DCMAKE_BUILD_TYPE=Release \
@@ -861,7 +861,7 @@ Google Cloud Platform proto files:
861861
862862``` bash
863863mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
864- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
864+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
865865 tar -xzf - --strip-components=1 && \
866866 cmake \
867867 -DCMAKE_BUILD_TYPE=Release \
@@ -1254,7 +1254,7 @@ Google Cloud. We need to build from source:
12541254
12551255``` bash
12561256mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
1257- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
1257+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
12581258 tar -xzf - --strip-components=1 && \
12591259 cmake \
12601260 -DCMAKE_BUILD_TYPE=Release \
@@ -1465,7 +1465,7 @@ install Protobuf (and any downstream packages) from source.
14651465
14661466``` bash
14671467mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
1468- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
1468+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
14691469 tar -xzf - --strip-components=1 && \
14701470 cmake \
14711471 -DCMAKE_BUILD_TYPE=Release \
0 commit comments