Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 1f65342

Browse files
author
Takashi Matsuo
authored
chore: update INSTALL.md and bazel deps (#226)
1 parent 84ef7f6 commit 1f65342

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

INSTALL.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
168168

169169
```bash
170170
cd $HOME/Downloads
171-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
172-
tar -xf v0.5.0.tar.gz && \
173-
cd cpp-cmakefiles-0.5.0 && \
171+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
172+
tar -xf v0.6.0.tar.gz && \
173+
cd cpp-cmakefiles-0.6.0 && \
174174
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
175175
cmake --build cmake-out -- -j ${NCPU:-4} && \
176176
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -238,9 +238,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
238238

239239
```bash
240240
cd $HOME/Downloads
241-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
242-
tar -xf v0.5.0.tar.gz && \
243-
cd cpp-cmakefiles-0.5.0 && \
241+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
242+
tar -xf v0.6.0.tar.gz && \
243+
cd cpp-cmakefiles-0.6.0 && \
244244
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
245245
cmake --build cmake-out -- -j ${NCPU:-4} && \
246246
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -357,9 +357,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
357357

358358
```bash
359359
cd $HOME/Downloads
360-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
361-
tar -xf v0.5.0.tar.gz && \
362-
cd cpp-cmakefiles-0.5.0 && \
360+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
361+
tar -xf v0.6.0.tar.gz && \
362+
cd cpp-cmakefiles-0.6.0 && \
363363
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
364364
cmake --build cmake-out -- -j ${NCPU:-4} && \
365365
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -449,9 +449,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
449449

450450
```bash
451451
cd $HOME/Downloads
452-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
453-
tar -xf v0.5.0.tar.gz && \
454-
cd cpp-cmakefiles-0.5.0 && \
452+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
453+
tar -xf v0.6.0.tar.gz && \
454+
cd cpp-cmakefiles-0.6.0 && \
455455
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
456456
cmake --build cmake-out -- -j ${NCPU:-4} && \
457457
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -556,9 +556,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
556556

557557
```bash
558558
cd $HOME/Downloads
559-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
560-
tar -xf v0.5.0.tar.gz && \
561-
cd cpp-cmakefiles-0.5.0 && \
559+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
560+
tar -xf v0.6.0.tar.gz && \
561+
cd cpp-cmakefiles-0.6.0 && \
562562
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
563563
cmake --build cmake-out -- -j ${NCPU:-4} && \
564564
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -622,9 +622,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
622622

623623
```bash
624624
cd $HOME/Downloads
625-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
626-
tar -xf v0.5.0.tar.gz && \
627-
cd cpp-cmakefiles-0.5.0 && \
625+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
626+
tar -xf v0.6.0.tar.gz && \
627+
cd cpp-cmakefiles-0.6.0 && \
628628
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
629629
cmake --build cmake-out -- -j ${NCPU:-4} && \
630630
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -721,9 +721,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
721721

722722
```bash
723723
cd $HOME/Downloads
724-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
725-
tar -xf v0.5.0.tar.gz && \
726-
cd cpp-cmakefiles-0.5.0 && \
724+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
725+
tar -xf v0.6.0.tar.gz && \
726+
cd cpp-cmakefiles-0.6.0 && \
727727
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
728728
cmake --build cmake-out -- -j ${NCPU:-4} && \
729729
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -824,9 +824,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
824824

825825
```bash
826826
cd $HOME/Downloads
827-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
828-
tar -xf v0.5.0.tar.gz && \
829-
cd cpp-cmakefiles-0.5.0 && \
827+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
828+
tar -xf v0.6.0.tar.gz && \
829+
cd cpp-cmakefiles-0.6.0 && \
830830
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
831831
cmake --build cmake-out -- -j ${NCPU:-4} && \
832832
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \
@@ -948,9 +948,9 @@ We need a recent version of the Google Cloud Platform proto C++ libraries:
948948

949949
```bash
950950
cd $HOME/Downloads
951-
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.5.0.tar.gz && \
952-
tar -xf v0.5.0.tar.gz && \
953-
cd cpp-cmakefiles-0.5.0 && \
951+
wget -q https://github.com/googleapis/cpp-cmakefiles/archive/v0.6.0.tar.gz && \
952+
tar -xf v0.6.0.tar.gz && \
953+
cd cpp-cmakefiles-0.6.0 && \
954954
cmake -DBUILD_SHARED_LIBS=YES -H. -Bcmake-out && \
955955
cmake --build cmake-out -- -j ${NCPU:-4} && \
956956
sudo cmake --build cmake-out --target install -- -j ${NCPU:-4} && \

bazel/google_cloud_cpp_common_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ def google_cloud_cpp_common_deps():
5353
http_archive(
5454
name = "com_google_googleapis",
5555
urls = [
56-
"https://github.com/googleapis/googleapis/archive/19c4589a3cb44b3679f7b3fba88365b3d055d5f8.tar.gz",
56+
"https://github.com/googleapis/googleapis/archive/bf839ae632e0f263a729569e44be4b38b1c85f9c.tar.gz",
5757
],
58-
strip_prefix = "googleapis-19c4589a3cb44b3679f7b3fba88365b3d055d5f8",
59-
sha256 = "ef455e46cfb967962aef30248f1a2a69bc78b041e89b04644e24e7844f0215c4",
58+
strip_prefix = "googleapis-bf839ae632e0f263a729569e44be4b38b1c85f9c",
59+
sha256 = "874a4ad1f65c346a8a73c91e78cca0d49e5da3be5a7e58a05d6b2c74bc331ac6",
6060
build_file = "@com_github_googleapis_google_cloud_cpp_common//bazel:googleapis.BUILD",
6161
)
6262

0 commit comments

Comments
 (0)