summaryrefslogtreecommitdiffstats
path: root/system/fd/fd.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/fd/fd.SlackBuild')
-rw-r--r--system/fd/fd.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/fd/fd.SlackBuild b/system/fd/fd.SlackBuild
index 9fe6807c0c..e842053adb 100644
--- a/system/fd/fd.SlackBuild
+++ b/system/fd/fd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for fd
-# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2020 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.3.0}
+VERSION=${VERSION:-8.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -119,7 +119,7 @@ mkdir vendor
sha256sum "$CWD/$dep-$ver.crate" | cut -f1 -d' ' | sed 's/$/"/'
printf "}\n"
- } | python -c "import sys, json; data = sys.stdin.read(); print json.dumps(json.loads(data), sort_keys=True, indent=4, separators=(',', ' : '))" > $dep-$ver/.cargo-checksum.json
+ } > $dep-$ver/.cargo-checksum.json
done
)