alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit 925f56bd1e1292cabba5629ae15b27a17c7b884a
parent 725c305498b8b9cf1dc17d9271af3b5285eb9652
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Sun, 21 Sep 2025 23:23:03 +0000

fast-float: updated to 8.1.0

Diffstat:
Mrepos/extra/fast-float/.checksum | 2+-
Mrepos/extra/fast-float/abuild | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/repos/extra/fast-float/.checksum b/repos/extra/fast-float/.checksum @@ -1 +1 @@ -7416fc161d381ae2ef6db426a9a82460916fa5313431a803f55ddfc17984ae41 fast_float-v8.0.2.tar.gz +073b5386ba2eefbe4f76befdf9b1662d1bc3d95973d4bd0f2b9995be6b884103 fast_float-v8.1.0.tar.gz diff --git a/repos/extra/fast-float/abuild b/repos/extra/fast-float/abuild @@ -1,4 +1,4 @@ name=fast-float -version=8.0.2 +version=8.1.0 release=1 source="https://github.com/fastfloat/fast_float/archive/v${version}/fast_float-v${version}.tar.gz"