sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (941cce161192ca294afd07d280ac8641a4e427b7)
- From: Ismael Luceno <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 Ismael Luceno (941cce161192ca294afd07d280ac8641a4e427b7)
- Date: Sat, 1 Feb 2025 13:15:21 +0000
GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
devel/swig/DETAILS | 4 ++--
devel/swig/HISTORY | 3 +++
fonts-x11/unifont/DETAILS | 2 +-
fonts-x11/unifont/HISTORY | 3 +++
libs/nlopt/DETAILS | 4 ++--
libs/nlopt/HISTORY | 3 +++
utils/stow/DETAILS | 4 ++--
utils/stow/HISTORY | 3 +++
utils/which/DETAILS | 4 ++--
utils/which/HISTORY | 3 +++
10 files changed, 24 insertions(+), 9 deletions(-)
New commits:
commit 941cce161192ca294afd07d280ac8641a4e427b7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
swig 4.3.0
commit 75f0bc5dc38a1cc060cf6a28dc26d0cacbd9fc63
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
stow 2.4.1
commit 8347c8da711b006cf188f1de80aea20618c34b82
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
which 2.22
commit cb23b048a26833d63de4696119fef5bcd183588a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
unifont 16.0.02
commit b8239e43786c7ee27ba0f285b8b9b31d73d3646c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
nlopt 2.9.1
diff --git a/devel/swig/DETAILS b/devel/swig/DETAILS
index abe1b7c..cf6d429 100755
--- a/devel/swig/DETAILS
+++ b/devel/swig/DETAILS
@@ -1,6 +1,6 @@
SPELL=swig
- VERSION=4.2.1
-
SOURCE_HASH=sha512:019dee5a46d57e1030eef47cd5d007ccaadbdcd4e53cd30d7c795f0118ecf4406a78185534502c81c5f6d7bac0713256e7e19b20b5a2d14e2c552219edbaf5cf
+ VERSION=4.3.0
+
SOURCE_HASH=sha512:5dfb8aa9898fccb063dbdf5d6266928cf46d671491308d2c122c59414377f1558015a37d7268729f62c5d4ee20438c98c83ee575fb00078dfe77564ee46a2f64
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/$SPELL/$SPELL-$VERSION/$SOURCE
diff --git a/devel/swig/HISTORY b/devel/swig/HISTORY
index 30eeb2f..7d058d4 100644
--- a/devel/swig/HISTORY
+++ b/devel/swig/HISTORY
@@ -1,3 +1,6 @@
+2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 4.3.0
+
2024-02-24 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.2.1, added Watch line
diff --git a/fonts-x11/unifont/DETAILS b/fonts-x11/unifont/DETAILS
index edab2ce..c6f9ff8 100755
--- a/fonts-x11/unifont/DETAILS
+++ b/fonts-x11/unifont/DETAILS
@@ -1,6 +1,6 @@
# Watch: https://unifoundry.com/pub/unifont/ href="unifont-([^/]+)/"
SPELL=unifont
- VERSION=16.0.01
+ VERSION=16.0.02
SOURCE="${SPELL}-${VERSION}.otf"
SOURCE2=${SOURCE}.sig
SOURCE_URL[0]=https://unifoundry.com/pub/unifont/unifont-$VERSION/font-builds/$SOURCE
diff --git a/fonts-x11/unifont/HISTORY b/fonts-x11/unifont/HISTORY
index 7f8020b..b2e9efe 100644
--- a/fonts-x11/unifont/HISTORY
+++ b/fonts-x11/unifont/HISTORY
@@ -1,3 +1,6 @@
+2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 16.0.02
+
2024-09-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 16.0.01
diff --git a/libs/nlopt/DETAILS b/libs/nlopt/DETAILS
old mode 100644
new mode 100755
index d8d5605..c7dc850
--- a/libs/nlopt/DETAILS
+++ b/libs/nlopt/DETAILS
@@ -1,10 +1,10 @@
# Watch: https://github.com/stevengj/nlopt/tags /refs/tags/v([0-9.]+)[.]tar
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=nlopt
- VERSION=2.7.1
+ VERSION=2.9.1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/stevengj/$SPELL/archive/refs/tags/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:e23cb522fc696010574c14b72be85acc0f8ccf0bf208bf2b8789c57d6c5a6e6d419ee10330581518b1c1567018ae909b626ce7761d4fbd5bf112916871e420e2
+
SOURCE_HASH=sha512:17cf0bea185657f63ac73d5626609cbe06f47e694c134ebf3c0fb04f06a8e35a77c8128eff999b8b98d13b728696f3d33ae0c68831cfc0abb730afc806191123
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://github.com/stevengj/nlopt"
LICENSE[0]="LGPL-2.1-or-later"
diff --git a/libs/nlopt/HISTORY b/libs/nlopt/HISTORY
index c497480..52dfee6 100644
--- a/libs/nlopt/HISTORY
+++ b/libs/nlopt/HISTORY
@@ -1,2 +1,5 @@
+2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.9.1
+
2024-06-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created
diff --git a/utils/stow/DETAILS b/utils/stow/DETAILS
index 8ef10a0..d0e0dbd 100755
--- a/utils/stow/DETAILS
+++ b/utils/stow/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://ftp.gnu.org/gnu/stow
SPELL=stow
- VERSION=2.2.0
+ VERSION=2.4.1
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:43de6eddd6d8323682c6f5d4de00131009b7685a937c2a88ea1596cf9e12ced073983af571255d90c6e205c60dd976668f067909c92a9bce8ba0dfd984b253be
+
SOURCE_HASH=sha512:fc05f95b95d6439a379fb1c5c5eed5f878e17ad2500d08f0e24798358afaf93116330086296d4233ac4bf32e4a6f4fe3d2feb03461876769074b50abdc586c2b
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
diff --git a/utils/stow/HISTORY b/utils/stow/HISTORY
index 78bf23e..128985f 100644
--- a/utils/stow/HISTORY
+++ b/utils/stow/HISTORY
@@ -1,3 +1,6 @@
+2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.1
+
2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.2.0
diff --git a/utils/which/DETAILS b/utils/which/DETAILS
index 3398e6b..646b936 100755
--- a/utils/which/DETAILS
+++ b/utils/which/DETAILS
@@ -1,8 +1,8 @@
# Watch: https://ftp.gnu.org/gnu/which
SPELL=which
- VERSION=2.21
+ VERSION=2.22
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:d2f04a5c5291f2d7d1226982da7cf999d36cfe24d3f7bda145508efcfb359511251d3c68b860c0ddcedd66b15a0587b648a35ab6d1f173707565305c506dfc61
+
SOURCE_HASH=sha512:faa56d0ba1e4bd33c5e2adee5f580884d8dc8b0835a0e5360485e1d0a6fd581bcb3115d550750c7a2f867372034375d00aa9362312aede5d814e116bcacfe627
# SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/utils/which/HISTORY b/utils/which/HISTORY
index 2fa8395..3531518 100644
--- a/utils/which/HISTORY
+++ b/utils/which/HISTORY
@@ -1,3 +1,6 @@
+2025-02-01 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.22
+
2017-05-29 David C. Haley <khoralin AT gmail.com>
* DETAILS: moved from public key -> sha512
Public key using MD5, causing rejection of key.
- [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (941cce161192ca294afd07d280ac8641a4e427b7), Ismael Luceno, 02/01/2025
Archive powered by MHonArc 2.6.24.