diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/nnn/nnn.SlackBuild | 4 | ||||
-rw-r--r-- | system/nnn/nnn.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/nnn/nnn.SlackBuild b/system/nnn/nnn.SlackBuild index 7a6ade0cd03a9..d28ee0dc3b3cd 100644 --- a/system/nnn/nnn.SlackBuild +++ b/system/nnn/nnn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nnn -# Copyright 2017-2020 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2017-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nnn -VERSION=${VERSION:-3.0} +VERSION=${VERSION:-4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/nnn/nnn.info b/system/nnn/nnn.info index ff9ad707c3ab1..2753c037cc2a4 100644 --- a/system/nnn/nnn.info +++ b/system/nnn/nnn.info @@ -1,8 +1,8 @@ PRGNAM="nnn" -VERSION="3.0" +VERSION="4.4" HOMEPAGE="https://github.com/jarun/nnn" -DOWNLOAD="https://github.com/jarun/nnn/archive/v3.0/nnn-3.0.tar.gz" -MD5SUM="5550ba49f52b65f4097c1ac353b7ae64" +DOWNLOAD="https://github.com/jarun/nnn/archive/v4.4/nnn-4.4.tar.gz" +MD5SUM="3f5d7734648c9c0993131efe4158f1b8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |