Skip to content

Commit 9a58a1d

Browse files
committed
chore(deps): update dependency google/re2 to v2025-08-12
1 parent 859f506 commit 9a58a1d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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/v29.4.tar.gz
108108

109109
# ```bash
110110
WORKDIR /var/tmp/build/re2
111-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
111+
RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12.tar.gz | \
112112
tar -xzf - --strip-components=1 && \
113113
cmake -DCMAKE_BUILD_TYPE=Release \
114114
-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/v29.4.tar.gz
108108

109109
# ```bash
110110
WORKDIR /var/tmp/build/re2
111-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
111+
RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12.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/v29.4.tar.gz
7777

7878
# ```bash
7979
WORKDIR /var/tmp/build/re2
80-
RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
80+
RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12.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/2025-07-22.tar.gz | \
148+
RUN curl -fsSL https://github.com/google/re2/archive/2025-08-12.tar.gz | \
149149
tar -xzf - --strip-components=1 && \
150150
cmake -DCMAKE_BUILD_TYPE=Release \
151151
-DBUILD_SHARED_LIBS=ON \

doc/packaging.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ planning to use pkg-config.
776776

777777
```bash
778778
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
779-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
779+
curl -fsSL https://github.com/google/re2/archive/2025-08-12.tar.gz | \
780780
tar -xzf - --strip-components=1 && \
781781
cmake -DCMAKE_BUILD_TYPE=Release \
782782
-DBUILD_SHARED_LIBS=ON \
@@ -1105,7 +1105,7 @@ planning to use pkg-config.
11051105

11061106
```bash
11071107
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1108-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
1108+
curl -fsSL https://github.com/google/re2/archive/2025-08-12.tar.gz | \
11091109
tar -xzf - --strip-components=1 && \
11101110
cmake -DCMAKE_BUILD_TYPE=Release \
11111111
-DBUILD_SHARED_LIBS=ON \
@@ -1281,7 +1281,7 @@ planning to use pkg-config.
12811281

12821282
```bash
12831283
mkdir -p $HOME/Downloads/re2 && cd $HOME/Downloads/re2
1284-
curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
1284+
curl -fsSL https://github.com/google/re2/archive/2025-08-12.tar.gz | \
12851285
tar -xzf - --strip-components=1 && \
12861286
cmake -DCMAKE_BUILD_TYPE=Release \
12871287
-DBUILD_SHARED_LIBS=ON \

0 commit comments

Comments
 (0)