From b27ce2633a866571d9cf434d62f29cec287abcc1 Mon Sep 17 00:00:00 2001 From: Steven Voges Date: Thu, 21 Apr 2022 23:03:06 +0100 Subject: [PATCH] libraries/fmt: Updated for version 8.1.1. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- libraries/fmt/fmt.SlackBuild | 8 +++----- libraries/fmt/fmt.info | 10 +++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/libraries/fmt/fmt.SlackBuild b/libraries/fmt/fmt.SlackBuild index ff27ad9ef9..7c2898b610 100644 --- a/libraries/fmt/fmt.SlackBuild +++ b/libraries/fmt/fmt.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for fmt -# Copyright 2019-2020 Hunter Sezen California, USA +# Copyright 2019-2021 Hunter Sezen California, USA +# Copyright 2022 Steven Voges # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fmt -VERSION=${VERSION:-7.1.3} +VERSION=${VERSION:-8.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/libraries/fmt/fmt.info b/libraries/fmt/fmt.info index e3036ba499..50320e0c65 100644 --- a/libraries/fmt/fmt.info +++ b/libraries/fmt/fmt.info @@ -1,10 +1,10 @@ PRGNAM="fmt" -VERSION="7.1.3" +VERSION="8.1.1" HOMEPAGE="https://fmt.dev/latest/index.html" -DOWNLOAD="https://github.com/fmtlib/fmt/archive/7.1.3/fmt-7.1.3.tar.gz" -MD5SUM="2522ec65070c0bda0ca288677ded2831" +DOWNLOAD="https://github.com/fmtlib/fmt/archive/8.1.1/fmt-8.1.1.tar.gz" +MD5SUM="fe7f1585844b14c647bd332ad5562832" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Hunter Sezen" -EMAIL="orbea@riseup.net" +MAINTAINER="Steven Voges" +EMAIL="svoges.sbo@gmail.com"