diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-04-13 21:43:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-15 07:15:38 +0700 |
commit | 9559fd5e0f5da595cef9644e1fe98a6ba2e77b8e (patch) | |
tree | d1e700a7d4d73511a819dc6496b14f5fcf4a96d6 /system/nnn/nnn.SlackBuild | |
parent | bc0cda51963d66b66e736ebf581514fab76c93fd (diff) |
system/nnn: Updated for version 4.8.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nnn/nnn.SlackBuild')
-rw-r--r-- | system/nnn/nnn.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/nnn/nnn.SlackBuild b/system/nnn/nnn.SlackBuild index d60a9c5325e5..08515dd39e5d 100644 --- a/system/nnn/nnn.SlackBuild +++ b/system/nnn/nnn.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for nnn # Copyright 2017-2022 Dimitris Zlatanidis Orestiada, Greece -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nnn -VERSION=${VERSION:-4.7} +VERSION=${VERSION:-4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,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 |