Browse Source

system/fzf: Updated for version 0.56.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/256/head
Andrew Clemons 11 months ago
committed by Willy Sudiarto Raharjo
parent
commit
2b2359d20f
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 10
      system/fzf/fzf.SlackBuild
  2. 14
      system/fzf/fzf.info

10
system/fzf/fzf.SlackBuild

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fzf
VERSION=${VERSION:-0.56.0}
VERSION=${VERSION:-0.56.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -82,8 +82,8 @@ done
mkdir -p vendor/golang.org/x
for DEPENDENCY in sync/0.5.0 \
sys/0.26.0 \
term/0.25.0 \
sys/0.27.0 \
term/0.26.0 \
text/0.14.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@ -155,12 +155,12 @@ github.com/mattn/go-runewidth
# github.com/rivo/uniseg v0.4.7
## explicit; go 1.18
github.com/rivo/uniseg
# golang.org/x/sys v0.26.0
# golang.org/x/sys v0.27.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.25.0
# golang.org/x/term v0.26.0
## explicit; go 1.18
golang.org/x/term
# golang.org/x/text v0.14.0

14
system/fzf/fzf.info

@ -1,7 +1,7 @@
PRGNAM="fzf"
VERSION="0.56.0"
VERSION="0.56.3"
HOMEPAGE="https://github.com/junegunn/fzf"
DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.56.0/fzf-0.56.0.tar.gz \
DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.56.3/fzf-0.56.3.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.0/encoding-1.0.0.tar.gz \
https://github.com/gdamore/tcell/archive/v2.7.4/tcell-2.7.4.tar.gz \
@ -11,10 +11,10 @@ DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.56.0/fzf-0.56.0.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.26.0/sys-0.26.0.tar.gz \
https://github.com/golang/term/archive/v0.25.0/term-0.25.0.tar.gz \
https://github.com/golang/sys/archive/v0.27.0/sys-0.27.0.tar.gz \
https://github.com/golang/term/archive/v0.26.0/term-0.26.0.tar.gz \
https://github.com/golang/text/archive/v0.14.0/text-0.14.0.tar.gz"
MD5SUM="79d5d8ab724fabd52a3e9ac5a152e0dd \
MD5SUM="b6806530b03d9cb013700aebf0e4f316 \
8f514ef922c26af11b88c494b375ffe2 \
fbadc383bc1ace79fa769fe2de36b87b \
a03c6d4612a12e949e05ea7d67624142 \
@ -24,8 +24,8 @@ MD5SUM="79d5d8ab724fabd52a3e9ac5a152e0dd \
9c3450a21473613eb84de837d7160a2a \
3751c82dd342cd5823703910b9da173d \
a8371f5f0569f41210ca8a3f30e445c6 \
92de39542b383cc659e12c06f00e3806 \
70ce58f442edf490b77e4c7beecbab6e \
90b711ece28d76b8fbaca716de9240c9 \
f6cc69331cb4fb3eb52398f978c44288 \
9f64144d4b1647ce4597abf657028a8d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""

Loading…
Cancel
Save