diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2019-07-13 09:12:25 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-13 08:30:58 +0700 |
commit | 62a73dfe7207975d9308e8c7efee6121179a6d89 (patch) | |
tree | ca6ee618eacb010f41c1952f6aa73d30f2928e19 /system/fd/fd.SlackBuild | |
parent | dc590bc4a9789559f0e3aa3274ac1d8205aeafc1 (diff) |
system/fd: Updated for version 7.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/fd/fd.SlackBuild')
-rw-r--r-- | system/fd/fd.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/fd/fd.SlackBuild b/system/fd/fd.SlackBuild index b61674159d..9fe6807c0c 100644 --- a/system/fd/fd.SlackBuild +++ b/system/fd/fd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fd -# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand # 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=fd -VERSION=${VERSION:-7.1.0} +VERSION=${VERSION:-7.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |