diff options
-rw-r--r-- | system/fzf/fzf.SlackBuild | 6 | ||||
-rw-r--r-- | system/fzf/fzf.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/fzf/fzf.SlackBuild b/system/fzf/fzf.SlackBuild index 556b75711a..d382a2d545 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.58.0} +VERSION=${VERSION:-0.59.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -67,7 +67,7 @@ for DEPENDENCY in gdamore/encoding/1.0.1 \ lucasb-eyer/go-colorful/1.2.0 \ mattn/go-isatty/0.0.20 \ mattn/go-runewidth/0.0.16 \ - junegunn/go-shellwords/a62c48c52e972b3ab9f6874bb5313e55e9673638 \ + junegunn/go-shellwords/2aa3b3277741a6ad31883f223d770221a85e9dd0 \ rivo/uniseg/0.4.7 \ charlievieth/fastwalk/1.0.9 ; do DEPENDENCY_OWNER="$(echo "$DEPENDENCY" | cut -d/ -f1)" @@ -141,7 +141,7 @@ github.com/gdamore/tcell/v2/terminfo/x/xfce github.com/gdamore/tcell/v2/terminfo/x/xterm github.com/gdamore/tcell/v2/terminfo/x/xterm_ghostty github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty -# github.com/junegunn/go-shellwords v0.0.0-20240813092932-a62c48c52e97 +# github.com/junegunn/go-shellwords v0.0.0-20250127100254-2aa3b3277741 ## explicit; go 1.13 github.com/junegunn/go-shellwords # github.com/lucasb-eyer/go-colorful v1.2.0 diff --git a/system/fzf/fzf.info b/system/fzf/fzf.info index 19d6eebd1c..3f5478ef7d 100644 --- a/system/fzf/fzf.info +++ b/system/fzf/fzf.info @@ -1,27 +1,27 @@ PRGNAM="fzf" -VERSION="0.58.0" +VERSION="0.59.0" HOMEPAGE="https://github.com/junegunn/fzf" -DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.58.0/fzf-0.58.0.tar.gz \ +DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.59.0/fzf-0.59.0.tar.gz \ https://github.com/charlievieth/fastwalk/archive/v1.0.9/fastwalk-1.0.9.tar.gz \ https://github.com/gdamore/encoding/archive/v1.0.1/encoding-1.0.1.tar.gz \ https://github.com/gdamore/tcell/archive/v2.8.1/tcell-2.8.1.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.16/go-runewidth-0.0.16.tar.gz \ - https://github.com/junegunn/go-shellwords/archive/a62c48c52e972b3ab9f6874bb5313e55e9673638/go-shellwords-a62c48c52e972b3ab9f6874bb5313e55e9673638.tar.gz \ + https://github.com/junegunn/go-shellwords/archive/2aa3b3277741a6ad31883f223d770221a85e9dd0/go-shellwords-2aa3b3277741a6ad31883f223d770221a85e9dd0.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.29.0/sys-0.29.0.tar.gz \ https://github.com/golang/term/archive/v0.28.0/term-0.28.0.tar.gz \ https://github.com/golang/text/archive/v0.21.0/text-0.21.0.tar.gz" -MD5SUM="d397b733177f9a10c23173d87a09d23c \ +MD5SUM="18a5f5604cd381c1f43e606d76286885 \ 8f514ef922c26af11b88c494b375ffe2 \ 7230f9efe74e07a07b8dfbfaafbf9d0a \ 4b20bfdfefa6f767ed77b3f0f4154ef6 \ 191fe5cfcb58e480ff4045c82a06091a \ 0e9df2fea5b77d464d518a6c60ce8ba2 \ 347363901ee230dd7964a1c82b3ad6b8 \ - 9c3450a21473613eb84de837d7160a2a \ + 85fedbc9f8ce9bfdbd06fc0b7fc3a57d \ 3751c82dd342cd5823703910b9da173d \ a8371f5f0569f41210ca8a3f30e445c6 \ b1240d4a436cf3beaa74f391972015c0 \ |