summaryrefslogtreecommitdiffstats
path: root/system/nnn/nnn.SlackBuild
diff options
context:
space:
mode:
author isaackwy2023-12-22 23:25:49 +0100
committer Willy Sudiarto Raharjo2023-12-29 12:49:36 +0100
commitec9b8a77836cd3e81df41a4546770fd6e91a3b1e (patch)
tree979cc810afee413525aba44cee7d677976a20846 /system/nnn/nnn.SlackBuild
parent6feb353c27dfe075557b623def6f04001ed2aa8b (diff)
downloadslackbuilds-ec9b8a77836cd3e81df41a4546770fd6e91a3b1e.tar.gz
system/nnn: Update for 4.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nnn/nnn.SlackBuild')
-rw-r--r--system/nnn/nnn.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nnn/nnn.SlackBuild b/system/nnn/nnn.SlackBuild
index 9e051d721b..43f58f1dfd 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-2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.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.8}
+VERSION=${VERSION:-4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}