mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/fmt: Updated for version 10.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5cab394b46
commit
7e363e2acf
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue