diff options
Diffstat (limited to 'system/fzf/fzf.SlackBuild')
-rw-r--r-- | system/fzf/fzf.SlackBuild | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild index aa1a22fa5695..fffecbb6b15a 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.46.0} +VERSION=${VERSION:-0.46.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,13 +63,12 @@ sed -i '/^BUILD_FLAGS/s/$/ -mod=vendor/' Makefile mkdir -p vendor/github.com for DEPENDENCY in gdamore/encoding/1.0.0 \ - gdamore/tcell/2.5.4 \ + gdamore/tcell/2.7.0 \ lucasb-eyer/go-colorful/1.2.0 \ mattn/go-isatty/0.0.17 \ - mattn/go-runewidth/0.0.14 \ + mattn/go-runewidth/0.0.15 \ mattn/go-shellwords/1.0.12 \ - rivo/uniseg/0.4.4 \ - junegunn/uniseg/b504da4f6ed2579e5d73ddc0feb7d74620726c40 \ + rivo/uniseg/0.4.6 \ saracen/walker/0.1.3 ; do DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f2)" @@ -85,7 +84,7 @@ mkdir -p vendor/golang.org/x for DEPENDENCY in sync/0.5.0 \ sys/0.16.0 \ term/0.15.0 \ - text/0.5.0 ; do + text/0.14.0 ; do DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)" @@ -97,7 +96,7 @@ cat << EOF > vendor/modules.txt # github.com/gdamore/encoding v1.0.0 ## explicit; go 1.9 github.com/gdamore/encoding -# github.com/gdamore/tcell/v2 v2.5.4 +# github.com/gdamore/tcell/v2 v2.7.0 ## explicit; go 1.12 github.com/gdamore/tcell/v2 github.com/gdamore/tcell/v2/encoding @@ -139,22 +138,19 @@ 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 # github.com/mattn/go-isatty v0.0.17 ## explicit; go 1.15 github.com/mattn/go-isatty -# github.com/mattn/go-runewidth v0.0.14 +# github.com/mattn/go-runewidth v0.0.15 ## explicit; go 1.9 github.com/mattn/go-runewidth # github.com/mattn/go-shellwords v1.0.12 ## explicit; go 1.13 github.com/mattn/go-shellwords -# github.com/rivo/uniseg v0.4.4 +# github.com/rivo/uniseg v0.4.6 ## explicit; go 1.18 github.com/rivo/uniseg # github.com/saracen/walker v0.1.3 @@ -171,8 +167,8 @@ golang.org/x/sys/windows # golang.org/x/term v0.16.0 ## explicit; go 1.18 golang.org/x/term -# golang.org/x/text v0.5.0 -## explicit; go 1.17 +# golang.org/x/text v0.14.0 +## explicit; go 1.18 golang.org/x/text/encoding golang.org/x/text/encoding/charmap golang.org/x/text/encoding/internal |