@@ -583,7 +583,7 @@ Google Cloud Platform proto files:
583583
584584``` bash
585585mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
586- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
586+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.1 .tar.gz | \
587587 tar -xzf - --strip-components=1 && \
588588 cmake \
589589 -DCMAKE_BUILD_TYPE=Release \
@@ -750,7 +750,7 @@ Google Cloud Platform proto files:
750750
751751``` bash
752752mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
753- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
753+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.1 .tar.gz | \
754754 tar -xzf - --strip-components=1 && \
755755 cmake \
756756 -DCMAKE_BUILD_TYPE=Release \
@@ -1078,7 +1078,7 @@ to build from source:
10781078
10791079``` bash
10801080mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
1081- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
1081+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.1 .tar.gz | \
10821082 tar -xzf - --strip-components=1 && \
10831083 cmake \
10841084 -DCMAKE_BUILD_TYPE=Release \
@@ -1252,7 +1252,7 @@ install Protobuf (and any downstream packages) from source.
12521252
12531253``` bash
12541254mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
1255- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.0 .tar.gz | \
1255+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.1 .tar.gz | \
12561256 tar -xzf - --strip-components=1 && \
12571257 cmake \
12581258 -DCMAKE_BUILD_TYPE=Release \
0 commit comments