libraries/fmt: Updated for version 10.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2024-02-08 07:17:20 +07:00 committed by Willy Sudiarto Raharjo
parent 5cab394b46
commit 7e363e2acf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for fmt
# Copyright 2022-2023 Steven Voges Oregon, USA
# Copyright 2022-2024 Steven Voges <Oregon, USA>
# Copyright 2019-2021 Hunter Sezen California, USA
# All rights reserved.
#
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fmt
VERSION=${VERSION:-10.1.1}
VERSION=${VERSION:-10.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -94,7 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CONTRIBUTING.md ChangeLog.rst LICENSE.rst README.rst \
cp -a *.md LICENSE \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="fmt"
VERSION="10.1.1"
VERSION="10.2.0"
HOMEPAGE="https://fmt.dev"
DOWNLOAD="https://github.com/fmtlib/fmt/archive/10.1.1/fmt-10.1.1.tar.gz"
MD5SUM="0d41a16f1b3878d44e6fd7ff1f6cc45a"
DOWNLOAD="https://github.com/fmtlib/fmt/archive/10.2.0/fmt-10.2.0.tar.gz"
MD5SUM="683182450c06031d2611d29e1773f3ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""