@@ -583,7 +583,7 @@ Google Cloud Platform proto files:
583
583
584
584
``` bash
585
585
mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
586
- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
586
+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v30.0 .tar.gz | \
587
587
tar -xzf - --strip-components=1 && \
588
588
cmake \
589
589
-DCMAKE_BUILD_TYPE=Release \
@@ -750,7 +750,7 @@ Google Cloud Platform proto files:
750
750
751
751
``` bash
752
752
mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
753
- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
753
+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v30.0 .tar.gz | \
754
754
tar -xzf - --strip-components=1 && \
755
755
cmake \
756
756
-DCMAKE_BUILD_TYPE=Release \
@@ -1078,7 +1078,7 @@ to build from source:
1078
1078
1079
1079
``` bash
1080
1080
mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
1081
- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
1081
+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v30.0 .tar.gz | \
1082
1082
tar -xzf - --strip-components=1 && \
1083
1083
cmake \
1084
1084
-DCMAKE_BUILD_TYPE=Release \
@@ -1252,7 +1252,7 @@ install Protobuf (and any downstream packages) from source.
1252
1252
1253
1253
``` bash
1254
1254
mkdir -p $HOME /Downloads/protobuf && cd $HOME /Downloads/protobuf
1255
- curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v29.3 .tar.gz | \
1255
+ curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v30.0 .tar.gz | \
1256
1256
tar -xzf - --strip-components=1 && \
1257
1257
cmake \
1258
1258
-DCMAKE_BUILD_TYPE=Release \
0 commit comments