diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-04-21 23:03:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:09 +0700 |
commit | b27ce2633a866571d9cf434d62f29cec287abcc1 (patch) | |
tree | 16305f75b1a123cc6ab9fdee69e01437e8024881 /libraries/fmt/fmt.SlackBuild | |
parent | 55f34367c3e69ff01ef6a9a8e97c7f319f5194de (diff) | |
download | slackbuilds-b27ce2633a866571d9cf434d62f29cec287abcc1.tar.gz |
libraries/fmt: Updated for version 8.1.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/fmt/fmt.SlackBuild')
-rw-r--r-- | libraries/fmt/fmt.SlackBuild | 8 |
1 files changed, 3 insertions, 5 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 <svoges.sbo@gmail.com> # 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 |