diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2024-04-13 15:45:48 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:30 +0700 |
commit | e620432e7024aae79a816e48ca55edbd3444ecd8 (patch) | |
tree | 6c3ec0280371a5817b559d17609e0e6b5ddc7344 /system/fzf | |
parent | 661de378f76fadf5d381c9f3278fcd59456142fc (diff) |
system/fzf: Updated for version 0.49.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fzf')
-rw-r--r-- | system/fzf/fzf.SlackBuild | 36 | ||||
-rw-r--r-- | system/fzf/fzf.info | 30 |
2 files changed, 31 insertions, 35 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild index fffecbb6b15aa..82af663b0f164 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.1} +VERSION=${VERSION:-0.49.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,13 +63,13 @@ sed -i '/^BUILD_FLAGS/s/$/ -mod=vendor/' Makefile mkdir -p vendor/github.com for DEPENDENCY in gdamore/encoding/1.0.0 \ - gdamore/tcell/2.7.0 \ + gdamore/tcell/2.7.4 \ lucasb-eyer/go-colorful/1.2.0 \ - mattn/go-isatty/0.0.17 \ + mattn/go-isatty/0.0.20 \ mattn/go-runewidth/0.0.15 \ mattn/go-shellwords/1.0.12 \ - rivo/uniseg/0.4.6 \ - saracen/walker/0.1.3 ; do + rivo/uniseg/0.4.7 \ + charlievieth/fastwalk/1.0.3 ; do DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f2)" DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f3)" @@ -82,8 +82,8 @@ done mkdir -p vendor/golang.org/x for DEPENDENCY in sync/0.5.0 \ - sys/0.16.0 \ - term/0.15.0 \ + sys/0.18.0 \ + term/0.18.0 \ text/0.14.0 ; do DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)" DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)" @@ -93,10 +93,14 @@ for DEPENDENCY in sync/0.5.0 \ done cat << EOF > vendor/modules.txt +# github.com/charlievieth/fastwalk v1.0.3 +## explicit; go 1.18 +github.com/charlievieth/fastwalk +github.com/charlievieth/fastwalk/internal/dirent # github.com/gdamore/encoding v1.0.0 ## explicit; go 1.9 github.com/gdamore/encoding -# github.com/gdamore/tcell/v2 v2.7.0 +# github.com/gdamore/tcell/v2 v2.7.4 ## explicit; go 1.12 github.com/gdamore/tcell/v2 github.com/gdamore/tcell/v2/encoding @@ -122,7 +126,6 @@ github.com/gdamore/tcell/v2/terminfo/r/rxvt github.com/gdamore/tcell/v2/terminfo/s/screen github.com/gdamore/tcell/v2/terminfo/s/simpleterm github.com/gdamore/tcell/v2/terminfo/s/sun -github.com/gdamore/tcell/v2/terminfo/t/termite github.com/gdamore/tcell/v2/terminfo/t/tmux github.com/gdamore/tcell/v2/terminfo/v/vt100 github.com/gdamore/tcell/v2/terminfo/v/vt102 @@ -137,11 +140,10 @@ github.com/gdamore/tcell/v2/terminfo/w/wy99_ansi 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/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 +# github.com/mattn/go-isatty v0.0.20 ## explicit; go 1.15 github.com/mattn/go-isatty # github.com/mattn/go-runewidth v0.0.15 @@ -150,21 +152,15 @@ 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.6 +# github.com/rivo/uniseg v0.4.7 ## explicit; go 1.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.5.0 -## explicit; go 1.18 -golang.org/x/sync/errgroup -# golang.org/x/sys v0.16.0 +# golang.org/x/sys v0.18.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.16.0 +# golang.org/x/term v0.18.0 ## explicit; go 1.18 golang.org/x/term # golang.org/x/text v0.14.0 diff --git a/system/fzf/fzf.info b/system/fzf/fzf.info index 4b64905082a4d..0ab652eb52ac8 100644 --- a/system/fzf/fzf.info +++ b/system/fzf/fzf.info @@ -1,31 +1,31 @@ PRGNAM="fzf" -VERSION="0.46.1" +VERSION="0.49.0" HOMEPAGE="https://github.com/junegunn/fzf" -DOWNLOAD="https://github.com/junegunn/fzf/archive/0.46.1/fzf-0.46.1.tar.gz \ +DOWNLOAD="https://github.com/junegunn/fzf/archive/0.49.0/fzf-0.49.0.tar.gz \ + https://github.com/charlievieth/fastwalk/archive/v1.0.3/fastwalk-1.0.3.tar.gz \ https://github.com/gdamore/encoding/archive/v1.0.0/encoding-1.0.0.tar.gz \ - https://github.com/gdamore/tcell/archive/v2.7.0/tcell-2.7.0.tar.gz \ + https://github.com/gdamore/tcell/archive/v2.7.4/tcell-2.7.4.tar.gz \ https://github.com/lucasb-eyer/go-colorful/archive/v1.2.0/go-colorful-1.2.0.tar.gz \ - https://github.com/mattn/go-isatty/archive/v0.0.17/go-isatty-0.0.17.tar.gz \ + https://github.com/mattn/go-isatty/archive/v0.0.20/go-isatty-0.0.20.tar.gz \ https://github.com/mattn/go-runewidth/archive/v0.0.15/go-runewidth-0.0.15.tar.gz \ https://github.com/mattn/go-shellwords/archive/v1.0.12/go-shellwords-1.0.12.tar.gz \ - https://github.com/rivo/uniseg/archive/v0.4.6/uniseg-0.4.6.tar.gz \ - https://github.com/saracen/walker/archive/v0.1.3/walker-0.1.3.tar.gz \ + https://github.com/rivo/uniseg/archive/v0.4.7/uniseg-0.4.7.tar.gz \ https://github.com/golang/sync/archive/v0.5.0/sync-0.5.0.tar.gz \ - https://github.com/golang/sys/archive/v0.16.0/sys-0.16.0.tar.gz \ - https://github.com/golang/term/archive/v0.15.0/term-0.15.0.tar.gz \ + https://github.com/golang/sys/archive/v0.18.0/sys-0.18.0.tar.gz \ + https://github.com/golang/term/archive/v0.18.0/term-0.18.0.tar.gz \ https://github.com/golang/text/archive/v0.14.0/text-0.14.0.tar.gz" -MD5SUM="91a189b1f67ff47c1ecdc11821cd4127 \ +MD5SUM="ae80282d8f779c58782b89eb06599306 \ + ab5a2274c5ccac2d968e768ac2415209 \ fbadc383bc1ace79fa769fe2de36b87b \ - d450ed1f54628baab05d27a7cf174843 \ + a03c6d4612a12e949e05ea7d67624142 \ 191fe5cfcb58e480ff4045c82a06091a \ - aa907df23bb8877028111b14177f9e5d \ + 0e9df2fea5b77d464d518a6c60ce8ba2 \ 3da9ee6fafe706e99bd88ac86023f6a5 \ 71a4ecaadfb90ffccb392799a2f00743 \ - 728afb799b7278f6fd30edfb00b82dbd \ - 53fe699576f9f4799079b92bd6c5fe8c \ + 3751c82dd342cd5823703910b9da173d \ a8371f5f0569f41210ca8a3f30e445c6 \ - 49a67b079ddb6482675ef7c2fdbeea5c \ - 96d50cf5392716166089e16370b6f9a2 \ + e00453d8847cde61907bcbee219c44bb \ + 8f5afb0df38c6eb06f51f483e30eddba \ 9f64144d4b1647ce4597abf657028a8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |