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>
This commit is contained in:
parent
fe57252348
commit
19a175c57f
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue