Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f77b76bf56cf08f8c8db96d4b924485e3b100a7d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f77b76bf56cf08f8c8db96d4b924485e3b100a7d)
  • Date: Sat, 19 Jul 2025 19:23:04 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/re2/DETAILS | 9 +++++----
libs/re2/HISTORY | 3 +++
2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit f77b76bf56cf08f8c8db96d4b924485e3b100a7d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/re2: version 2025-07-17

diff --git a/libs/re2/DETAILS b/libs/re2/DETAILS
index 4f018d9..8af7263 100755
--- a/libs/re2/DETAILS
+++ b/libs/re2/DETAILS
@@ -1,10 +1,11 @@
-source $GRIMOIRE/CMAKE_FUNCTIONS
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=re2
- VERSION=2024-07-02
-
SOURCE_HASH=sha512:3776383355ccfdec85e0cdfb3ce980c6ecb3c336d603dd34c0a547c7c06a6243947a13cb352372335edac12d4f28cf1b7a51d034f5b34db3e46cbcac5e3f7479
+ VERSION=2025-07-17
+
SOURCE_HASH=sha512:94a36572c3c4735e1713cda01f12fdeb6669bf301e6fb970807d071f5686e8804dc972a7ffc559dd9b00576de985a0e5568566049b63951f59f73557b108d783
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL=https://github.com/google/re2/releases/download/$VERSION/$SOURCE
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+# Watch: https://github.com/google/re2/tags tags/([0-9\-]+)[.]tar
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/google/re2
ENTERED=20151218
LICENSE[0]=BSD
diff --git a/libs/re2/HISTORY b/libs/re2/HISTORY
index a8f981a..fcc7b11 100644
--- a/libs/re2/HISTORY
+++ b/libs/re2/HISTORY
@@ -1,3 +1,6 @@
+2025-07-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 2025-07-17, added Watch line, source -> .,
quoting++
+
2024-09-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2024-07-02
* DEPENDS: add abseil-cpp icu


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (f77b76bf56cf08f8c8db96d4b924485e3b100a7d), Pavel Vinogradov, 07/19/2025

Archive powered by MHonArc 2.6.24.

Top of Page