@@ -473,7 +473,7 @@ sudo ldconfig
473473
474474``` bash
475475mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
476- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
476+ curl -fsSL https://github.com/google/re2/archive/2025-11-05 .tar.gz | \
477477 tar -xzf - --strip-components=1 && \
478478 cmake -DCMAKE_BUILD_TYPE=Debug \
479479 -DBUILD_SHARED_LIBS=ON \
@@ -644,7 +644,7 @@ sudo ldconfig
644644
645645``` bash
646646mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
647- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
647+ curl -fsSL https://github.com/google/re2/archive/2025-11-05 .tar.gz | \
648648 tar -xzf - --strip-components=1 && \
649649 cmake -DCMAKE_BUILD_TYPE=Debug \
650650 -DBUILD_SHARED_LIBS=ON \
@@ -959,7 +959,7 @@ sudo ldconfig
959959
960960``` bash
961961mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
962- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
962+ curl -fsSL https://github.com/google/re2/archive/2025-11-05 .tar.gz | \
963963 tar -xzf - --strip-components=1 && \
964964 cmake -DCMAKE_BUILD_TYPE=Debug \
965965 -DBUILD_SHARED_LIBS=ON \
@@ -1093,7 +1093,7 @@ planning to use pkg-config.
10931093
10941094``` bash
10951095mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
1096- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
1096+ curl -fsSL https://github.com/google/re2/archive/2025-11-05 .tar.gz | \
10971097 tar -xzf - --strip-components=1 && \
10981098 cmake -DCMAKE_BUILD_TYPE=Debug \
10991099 -DBUILD_SHARED_LIBS=ON \
@@ -1271,7 +1271,7 @@ planning to use pkg-config.
12711271
12721272``` bash
12731273mkdir -p $HOME /Downloads/re2 && cd $HOME /Downloads/re2
1274- curl -fsSL https://github.com/google/re2/archive/2025-07-22 .tar.gz | \
1274+ curl -fsSL https://github.com/google/re2/archive/2025-11-05 .tar.gz | \
12751275 tar -xzf - --strip-components=1 && \
12761276 cmake -DCMAKE_BUILD_TYPE=Debug \
12771277 -DBUILD_SHARED_LIBS=ON \
0 commit comments