[lfs] branch trunk updated: Add currency for mpdecimal
git Owner ([email protected] via lfs-book Mailing List) <[email protected]> Wed, 15 Jul 2026 17:20:39 +0000
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <178413603952.3346294.1131843159165797982@rivendell.linuxfromscratch.org> |
This is a multi-part message in MIME format...
------------=_1784136042-1024790-4212
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 96a215cd4 Add currency for mpdecimal
new 3386ea1ce Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
96a215cd4 is described below
commit 96a215cd4d1479fd24ee2208ae38792cdf25b4d5
Author: Bruce Dubbs <[email protected]>
AuthorDate: Wed Jul 15 12:20:16 2026 -0500
Add currency for mpdecimal
---
lfs-latest-git.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index f32af9f51..7ae514eac 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -138,6 +138,7 @@ if ( $package == "lz4" ) $dirpath = github("lz4/lz4");
if ( $package == "markupsafe" ) $dirpath = "https://pypi.org/rss/project/markupsafe/releases.xml";
if ( $package == "meson" ) $dirpath = github("mesonbuild/meson");
if ( $package == "mpc" ) $dirpath = "https://ftp.gnu.org/gnu/mpc";
+if ( $package == "mpdecimal" ) $dirpath = "https://www.bytereef.org/mpdecimal";
if ( $package == "mpfr" ) $dirpath = "https://mpfr.loria.fr/mpfr-current";
if ( $package == "ncurses" ) $dirpath = "https://invisible-mirror.net/archives/ncurses";
if ( $package == "ninja" ) $dirpath = github("ninja-build/ninja");
@@ -258,6 +259,9 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
if ( $package == "linux" )
return find_max( $lines, "/linux/", "/^.*linux-([\d\.]+).tar.*$/" );
+ if ( $package == "mpdecimal" )
+ return find_max( $lines, "/VERSION/", "/^.*'([\d\.]+)'.*$/" );
+
# Python modules
if ( $package == "flit_core" )
return find_max( $lines, "/flit-core\/\d/", "/^.*flit-core\/([\d\.]+).*$/" );
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
------------=_1784136042-1024790-4212
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
------------=_1784136042-1024790-4212--