diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-01-20 04:16:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:03 +0700 |
commit | db49d76e4b24591d2028d695aa1ce53013e10f3b (patch) | |
tree | a3cf843024d32374a6f2493512239d6c05d649fb /libraries | |
parent | 109946f67360e09b8245e6aeafa5cfda3a8dfc8d (diff) |
libraries/fast_float: Updated for version 3.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/fast_float/fast_float.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/fast_float/fast_float.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/fast_float/fast_float.SlackBuild b/libraries/fast_float/fast_float.SlackBuild index b3ffabde641fd..32b02d2c67557 100644 --- a/libraries/fast_float/fast_float.SlackBuild +++ b/libraries/fast_float/fast_float.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fast_float -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fast_float -VERSION=${VERSION:-3.6.0} +VERSION=${VERSION:-3.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/fast_float/fast_float.info b/libraries/fast_float/fast_float.info index 8dc6f85dbe93e..d533d90c7299e 100644 --- a/libraries/fast_float/fast_float.info +++ b/libraries/fast_float/fast_float.info @@ -1,8 +1,8 @@ PRGNAM="fast_float" -VERSION="3.6.0" +VERSION="3.8.1" HOMEPAGE="https://github.com/fastfloat/fast_float" -DOWNLOAD="https://github.com/fastfloat/fast_float/archive/v3.6.0/fast_float-3.6.0.tar.gz" -MD5SUM="c4a65e665fc7779b5d990e81d3ddf377" +DOWNLOAD="https://github.com/fastfloat/fast_float/archive/v3.8.1/fast_float-3.8.1.tar.gz" +MD5SUM="77f1e608144e866443629578a0210fc8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |