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>
This commit is contained in:
Isaac Yu 2023-04-13 21:43:11 -07:00 committed by Willy Sudiarto Raharjo
parent bc0cda5196
commit 9559fd5e0f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="nnn"
VERSION="4.7"
VERSION="4.8"
HOMEPAGE="https://github.com/jarun/nnn"
DOWNLOAD="https://github.com/jarun/nnn/archive/v4.7/nnn-4.7.tar.gz"
MD5SUM="8e496a79a16177551a3d5ed6d0dfbe8f"
DOWNLOAD="https://github.com/jarun/nnn/archive/v4.8/nnn-4.8.tar.gz"
MD5SUM="e4dab83ff0efba7d8bbb94a2687d48c8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""