aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2024-08-30 21:38:22 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-31 07:56:42 +0700
commiteb2faa7dc36df07b9f5b9fc26b121e7eee6ed6c7 (patch)
tree30ba9be8ec2d5a4a04f3a06857ed349fbaed709b
parentc1498cfa3bd7545c308d3dd764bc3a282c930de1 (diff)
system/fzf: Updated for version 0.55.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/fzf/fzf.SlackBuild18
-rw-r--r--system/fzf/fzf.info18
2 files changed, 18 insertions, 18 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild
index 34181849aaa59..cbc89c226afe5 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.54.3}
+VERSION=${VERSION:-0.55.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,7 +67,7 @@ for DEPENDENCY in gdamore/encoding/1.0.0 \
lucasb-eyer/go-colorful/1.2.0 \
mattn/go-isatty/0.0.20 \
mattn/go-runewidth/0.0.15 \
- mattn/go-shellwords/1.0.12 \
+ junegunn/go-shellwords/a62c48c52e972b3ab9f6874bb5313e55e9673638 \
rivo/uniseg/0.4.7 \
charlievieth/fastwalk/1.0.8 ; do
DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)"
@@ -82,8 +82,8 @@ done
mkdir -p vendor/golang.org/x
for DEPENDENCY in sync/0.5.0 \
- sys/0.22.0 \
- term/0.22.0 \
+ sys/0.24.0 \
+ term/0.23.0 \
text/0.14.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@@ -140,6 +140,9 @@ 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/junegunn/go-shellwords v0.0.0-20240813092932-a62c48c52e97
+## explicit; go 1.13
+github.com/junegunn/go-shellwords
# github.com/lucasb-eyer/go-colorful v1.2.0
## explicit; go 1.12
github.com/lucasb-eyer/go-colorful
@@ -149,18 +152,15 @@ github.com/mattn/go-isatty
# 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.7
## explicit; go 1.18
github.com/rivo/uniseg
-# golang.org/x/sys v0.22.0
+# golang.org/x/sys v0.24.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.22.0
+# golang.org/x/term v0.23.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 6aafb283bbca7..0549568e6c90d 100644
--- a/system/fzf/fzf.info
+++ b/system/fzf/fzf.info
@@ -1,31 +1,31 @@
PRGNAM="fzf"
-VERSION="0.54.3"
+VERSION="0.55.0"
HOMEPAGE="https://github.com/junegunn/fzf"
-DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.54.3/fzf-0.54.3.tar.gz \
+DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.55.0/fzf-0.55.0.tar.gz \
https://github.com/charlievieth/fastwalk/archive/v1.0.8/fastwalk-1.0.8.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.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.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/junegunn/go-shellwords/archive/a62c48c52e972b3ab9f6874bb5313e55e9673638/go-shellwords-a62c48c52e972b3ab9f6874bb5313e55e9673638.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.22.0/sys-0.22.0.tar.gz \
- https://github.com/golang/term/archive/v0.22.0/term-0.22.0.tar.gz \
+ https://github.com/golang/sys/archive/v0.24.0/sys-0.24.0.tar.gz \
+ https://github.com/golang/term/archive/v0.23.0/term-0.23.0.tar.gz \
https://github.com/golang/text/archive/v0.14.0/text-0.14.0.tar.gz"
-MD5SUM="f320e68140a9dba0e1f98c4736cb9932 \
+MD5SUM="508f02b82b88574335fab7b3bf511d6c \
abea5a53a7d2bcdbaf7154e92a0e6443 \
fbadc383bc1ace79fa769fe2de36b87b \
a03c6d4612a12e949e05ea7d67624142 \
191fe5cfcb58e480ff4045c82a06091a \
0e9df2fea5b77d464d518a6c60ce8ba2 \
3da9ee6fafe706e99bd88ac86023f6a5 \
- 71a4ecaadfb90ffccb392799a2f00743 \
+ 9c3450a21473613eb84de837d7160a2a \
3751c82dd342cd5823703910b9da173d \
a8371f5f0569f41210ca8a3f30e445c6 \
- 8f81fcebc3e17b38c1be7c6bb6084044 \
- ee2c80d40eb37fc7260ffd81b78c7f36 \
+ 7794517a3b0d7e4285abe8de00282fa3 \
+ cea99cdc4df0629bcfcd6b45be21b4dd \
9f64144d4b1647ce4597abf657028a8d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""