Download raw body.
update: devel/fast-float to v6.1.1
Hi list!
A simple new update for devel/fast-float to v6.1.1
Changelog:
* Add a missing check that __uint128_t exists before using it. #243 [1]
* New release script (for internal control version)
[1] https://github.com/fastfloat/fast_float/pull/243
--
*********************************************************
Dios en su cielo, todo bien en la Tierra
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/fast-float/Makefile,v
diff -u -p -r1.1.1.1 Makefile
--- Makefile 13 Feb 2024 19:45:52 -0000 1.1.1.1
+++ Makefile 19 Mar 2024 15:06:47 -0000
@@ -1,10 +1,11 @@
COMMENT = fast and exact implementation of from_chars for float/double
-V = 6.1.0
+V = 6.1.1
PKGNAME = fast-float-${V}
GH_TAGNAME = v${V}
GH_ACCOUNT = fastfloat
GH_PROJECT = fast_float
+DISTFILES = fast_float-{v}${V}.tar.gz
CATEGORIES = devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/fast-float/distinfo,v
diff -u -p -r1.1.1.1 distinfo
--- distinfo 13 Feb 2024 19:45:52 -0000 1.1.1.1
+++ distinfo 19 Mar 2024 15:06:47 -0000
@@ -1,2 +1,2 @@
-SHA256 (fast_float-6.1.0.tar.gz) = qcjKjKfWjC27E0Q0BE+cZs/Uw4PV6Fw2twTTD2voJQY=
-SIZE (fast_float-6.1.0.tar.gz) = 95974
+SHA256 (fast_float-6.1.1.tar.gz) = EBWaSli6lf6TicPJf+femlQ2IqoNzBLdk1bXVempTLQ=
+SIZE (fast_float-6.1.1.tar.gz) = 97641
update: devel/fast-float to v6.1.1