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.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild
index d1376b5e29..aa1a22fa56 100644
--- a/system/fzf/fzf.SlackBuild
+++ b/system/fzf/fzf.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fzf
-VERSION=${VERSION:-0.45.0}
+VERSION=${VERSION:-0.46.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -69,6 +69,7 @@ for DEPENDENCY in gdamore/encoding/1.0.0 \
mattn/go-runewidth/0.0.14 \
mattn/go-shellwords/1.0.12 \
rivo/uniseg/0.4.4 \
+ junegunn/uniseg/b504da4f6ed2579e5d73ddc0feb7d74620726c40 \
saracen/walker/0.1.3 ; do
DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@@ -82,7 +83,7 @@ done
mkdir -p vendor/golang.org/x
for DEPENDENCY in sync/0.5.0 \
- sys/0.15.0 \
+ sys/0.16.0 \
term/0.15.0 \
text/0.5.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
@@ -138,6 +139,9 @@ github.com/gdamore/tcell/v2/terminfo/x/xfce
github.com/gdamore/tcell/v2/terminfo/x/xterm
github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty
github.com/gdamore/tcell/v2/terminfo/x/xterm_termite
+# github.com/junegunn/uniseg v0.0.0-20240120174029-b504da4f6ed2
+## explicit; go 1.18
+github.com/junegunn/uniseg
# github.com/lucasb-eyer/go-colorful v1.2.0
## explicit; go 1.12
github.com/lucasb-eyer/go-colorful
@@ -156,17 +160,15 @@ github.com/rivo/uniseg
# github.com/saracen/walker v0.1.3
## explicit; go 1.17
github.com/saracen/walker
-# 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.15.0
+# golang.org/x/sys v0.16.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.15.0
+# golang.org/x/term v0.16.0
## explicit; go 1.18
golang.org/x/term
# golang.org/x/text v0.5.0
@@ -180,8 +182,6 @@ 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 .