libraries/fast_float: Updated for version 3.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
109946f673
commit
db49d76e4b
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue