Skip to Content.
Sympa Menu

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

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 (81aa25ae2fae9d10ee35ea4bddaa593f408b2d2d)
  • Date: Fri, 27 Feb 2026 04:27:06 +0000

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

libs/highway/DETAILS | 7 ++++---
libs/highway/HISTORY | 4 ++++
libs/highway/highway.gpg |binary
3 files changed, 8 insertions(+), 3 deletions(-)

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

libs/highway: version 1.3.0

diff --git a/libs/highway/DETAILS b/libs/highway/DETAILS
index 1a2894c..fb03e11 100755
--- a/libs/highway/DETAILS
+++ b/libs/highway/DETAILS
@@ -1,10 +1,11 @@
-source $GRIMOIRE/CMAKE_FUNCTIONS
+. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=highway
- VERSION=1.2.0
+ VERSION=1.3.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/google/highway
SOURCE_URL[0]=$WEB_SITE//releases/download/$VERSION/$SOURCE
+# Watch: https://github.com/google/highway/tags
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=highway.gpg:$SOURCE.asc:UPSTREAM_KEY
diff --git a/libs/highway/HISTORY b/libs/highway/HISTORY
index 4f8a775..cd4d56f 100644
--- a/libs/highway/HISTORY
+++ b/libs/highway/HISTORY
@@ -1,3 +1,7 @@
+2026-02-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.3.0, source -> ., quoting++, added Watch url
+ * highway.gpg: added new key, D37698ED2BD17D7F, Jan Wassenberg
+
2025-05-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 1.2.0
diff --git a/libs/highway/highway.gpg b/libs/highway/highway.gpg
index 1298901..860f6e5 100644
Binary files a/libs/highway/highway.gpg and b/libs/highway/highway.gpg differ


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (81aa25ae2fae9d10ee35ea4bddaa593f408b2d2d), Pavel Vinogradov, 02/26/2026

Archive powered by MHonArc 2.6.24.

Top of Page