diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-02-19 14:37:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-24 06:10:04 +0700 |
commit | 8d3747dc7bc6e40a40a22edef39b0f14e1caeb4a (patch) | |
tree | 6b3df7b54f681d6315c89de9469ae41a5ec988e5 /system/nnn/nnn.SlackBuild | |
parent | 50936cdb0d5bf9db5b066bf4a3c552cb6b0b0ebe (diff) |
system/nnn: Updated for version 3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/nnn/nnn.SlackBuild')
-rw-r--r-- | system/nnn/nnn.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nnn/nnn.SlackBuild b/system/nnn/nnn.SlackBuild index a1df6fb316b43..8e330a69bb5b3 100644 --- a/system/nnn/nnn.SlackBuild +++ b/system/nnn/nnn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nnn -# Copyright 2017-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2017-2020 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nnn -VERSION=${VERSION:-2.4} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |