diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-02-12 20:50:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 09:17:54 +0700 |
commit | 19a175c57f9893b5531808fab3efdec0ac9bfba5 (patch) | |
tree | 331ab05797cce6bdf6502d6ac34f5ba5ff872f21 /system | |
parent | fe57252348a74631b4d3aa0dafd8873e7d971090 (diff) | |
download | slackbuilds-19a175c57f9893b5531808fab3efdec0ac9bfba5.tar.gz |
system/nnn: Updated for version 4.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 7a6ade0cd0..d28ee0dc3b 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 ff9ad707c3..2753c037cc 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="" |