summaryrefslogtreecommitdiffstats
path: root/system/fzf/fzf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/fzf/fzf.SlackBuild')
-rw-r--r--system/fzf/fzf.SlackBuild24
1 files changed, 14 insertions, 10 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild
index 99ef2fbfde..d1376b5e29 100644
--- a/system/fzf/fzf.SlackBuild
+++ b/system/fzf/fzf.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for fzf
# Copyright 2016-2022 Andrew Clemons, Wellington New Zealand
-# Copyright 2022-2023 Andrew Clemons, Tokyo Japan
+# Copyright 2022-2024 Andrew Clemons, Tokyo Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fzf
-VERSION=${VERSION:-0.44.1}
+VERSION=${VERSION:-0.45.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,9 +81,9 @@ for DEPENDENCY in gdamore/encoding/1.0.0 \
done
mkdir -p vendor/golang.org/x
-for DEPENDENCY in sync/886fb9371eb4b47af10bff9c8025a8c9e1554b92 \
- sys/0.13.0 \
- term/0.14.0 \
+for DEPENDENCY in sync/0.5.0 \
+ sys/0.15.0 \
+ term/0.15.0 \
text/0.5.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@@ -156,16 +156,18 @@ github.com/rivo/uniseg
# github.com/saracen/walker v0.1.3
## explicit; go 1.17
github.com/saracen/walker
-# golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
-## explicit
+# golang.org/x/mod v0.14.0
+## explicit; go 1.18
+# golang.org/x/sync v0.5.0
+## explicit; go 1.18
golang.org/x/sync/errgroup
-# golang.org/x/sys v0.14.0
+# golang.org/x/sys v0.15.0
## explicit; go 1.18
golang.org/x/sys/plan9
golang.org/x/sys/unix
golang.org/x/sys/windows
-# golang.org/x/term v0.13.0
-## explicit; go 1.17
+# golang.org/x/term v0.15.0
+## explicit; go 1.18
golang.org/x/term
# golang.org/x/text v0.5.0
## explicit; go 1.17
@@ -178,6 +180,8 @@ golang.org/x/text/encoding/korean
golang.org/x/text/encoding/simplifiedchinese
golang.org/x/text/encoding/traditionalchinese
golang.org/x/text/transform
+# golang.org/x/tools v0.16.1
+## explicit; go 1.18
EOF
chown -R root:root .