Skip to content

Commit 0ec79e5

Browse files
authored
chore(deps): update dependency google/re2 to v2024-07-01 (#14404)
1 parent e9352ce commit 0ec79e5

8 files changed

+13
-13
lines changed

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v27.2.tar.gz
108108

109109
# ```bash
110110
WORKDIR /var/tmp/build/re2
111-
RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
111+
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
112112
tar -xzf - --strip-components=1 && \
113113
cmake -DCMAKE_BUILD_TYPE=Release \
114114
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-debian-buster.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v27.2.tar.gz
119119

120120
# ```bash
121121
WORKDIR /var/tmp/build/re2
122-
RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
122+
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
123123
tar -xzf - --strip-components=1 && \
124124
cmake -DCMAKE_BUILD_TYPE=Release \
125125
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV PATH=/usr/local/bin:${PATH}
5353

5454
# ```bash
5555
WORKDIR /var/tmp/build/re2
56-
RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
56+
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
5757
tar -xzf - --strip-components=1 && \
5858
cmake \
5959
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-rockylinux-8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v27.2.tar.gz
106106

107107
# ```bash
108108
WORKDIR /var/tmp/build/re2
109-
RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
109+
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
110110
tar -xzf - --strip-components=1 && \
111111
cmake -DCMAKE_BUILD_TYPE=Release \
112112
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v27.2.tar.gz
108108

109109
# ```bash
110110
WORKDIR /var/tmp/build/re2
111-
RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
111+
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
112112
tar -xzf - --strip-components=1 && \
113113
cmake -DCMAKE_BUILD_TYPE=Release \
114114
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v27.2.tar.gz
7777

7878
# ```bash
7979
WORKDIR /var/tmp/build/re2
80-
RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
80+
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
8181
tar -xzf - --strip-components=1 && \
8282
cmake -DCMAKE_BUILD_TYPE=Release \
8383
-DBUILD_SHARED_LIBS=ON \

ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/refs/tags/cares-1_17_1.t
145145
cd /var/tmp && rm -fr build
146146

147147
WORKDIR /var/tmp/build/re2
148-
RUN curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
148+
RUN curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
149149
tar -xzf - --strip-components=1 && \
150150
cmake -DCMAKE_BUILD_TYPE=Release \
151151
-DBUILD_SHARED_LIBS=ON \

doc/packaging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export PATH=/usr/local/bin:${PATH}
379379

380380
```bash
381381
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
382-
curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
382+
curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
383383
tar -xzf - --strip-components=1 && \
384384
cmake \
385385
-DCMAKE_BUILD_TYPE=Release \
@@ -832,7 +832,7 @@ planning to use pkg-config.
832832

833833
```bash
834834
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
835-
curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
835+
curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
836836
tar -xzf - --strip-components=1 && \
837837
cmake -DCMAKE_BUILD_TYPE=Release \
838838
-DBUILD_SHARED_LIBS=ON \
@@ -1159,7 +1159,7 @@ planning to use pkg-config.
11591159

11601160
```bash
11611161
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1162-
curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
1162+
curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
11631163
tar -xzf - --strip-components=1 && \
11641164
cmake -DCMAKE_BUILD_TYPE=Release \
11651165
-DBUILD_SHARED_LIBS=ON \
@@ -1343,7 +1343,7 @@ planning to use pkg-config.
13431343

13441344
```bash
13451345
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1346-
curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
1346+
curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
13471347
tar -xzf - --strip-components=1 && \
13481348
cmake -DCMAKE_BUILD_TYPE=Release \
13491349
-DBUILD_SHARED_LIBS=ON \
@@ -1515,7 +1515,7 @@ planning to use pkg-config.
15151515

15161516
```bash
15171517
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1518-
curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
1518+
curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
15191519
tar -xzf - --strip-components=1 && \
15201520
cmake -DCMAKE_BUILD_TYPE=Release \
15211521
-DBUILD_SHARED_LIBS=ON \
@@ -1733,7 +1733,7 @@ planning to use pkg-config.
17331733

17341734
```bash
17351735
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1736-
curl -fsSL https://github.com/google/re2/archive/2024-06-01.tar.gz | \
1736+
curl -fsSL https://github.com/google/re2/archive/2024-07-01.tar.gz | \
17371737
tar -xzf - --strip-components=1 && \
17381738
cmake -DCMAKE_BUILD_TYPE=Release \
17391739
-DBUILD_SHARED_LIBS=ON \

0 commit comments

Comments
 (0)