@@ -379,7 +379,7 @@ export PATH=/usr/local/bin:${PATH}
379379
380380``` bash
381381mkdir -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
834834mkdir -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
11611161mkdir -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
13451345mkdir -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
15171517mkdir -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
17351735mkdir -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