diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-04 08:37:04 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-14 00:01:08 +0700 |
commit | 8273bb5305e67a63aacf888616a5a3ec23ab654f (patch) | |
tree | cc955f7a17f15a2737ed770dc26cec3646020147 /system/fd/fd.SlackBuild | |
parent | cb9abe5f252b17ac98e34f9e173668abd96edffe (diff) |
system/fd: Updated for version 8.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 02c3291987..233893ef3e 100644 --- a/system/fd/fd.SlackBuild +++ b/system/fd/fd.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fd -# Copyright 2017-2020 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2021 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=fd -VERSION=${VERSION:-8.2.1} +VERSION=${VERSION:-8.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |