system/fzf: Updated for version 0.54.3.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2024-08-17 09:30:20 +09:00 committed by Willy Sudiarto Raharjo
parent 20ee9b4cf4
commit 766c56fbca
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 18 additions and 17 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fzf
VERSION=${VERSION:-0.53.0}
VERSION=${VERSION:-0.54.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -69,7 +69,7 @@ for DEPENDENCY in gdamore/encoding/1.0.0 \
mattn/go-runewidth/0.0.15 \
mattn/go-shellwords/1.0.12 \
rivo/uniseg/0.4.7 \
charlievieth/fastwalk/1.0.3 ; do
charlievieth/fastwalk/1.0.8 ; 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.20.0 \
term/0.20.0 \
sys/0.22.0 \
term/0.22.0 \
text/0.14.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@ -93,10 +93,11 @@ 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 v1.0.8
## explicit; go 1.20
github.com/charlievieth/fastwalk
github.com/charlievieth/fastwalk/internal/dirent
github.com/charlievieth/fastwalk/internal/fmtdirent
# github.com/gdamore/encoding v1.0.0
## explicit; go 1.9
github.com/gdamore/encoding
@ -154,12 +155,12 @@ 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.20.0
# golang.org/x/sys v0.22.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.20.0
# golang.org/x/term v0.22.0
## explicit; go 1.18
golang.org/x/term
# golang.org/x/text v0.14.0

View file

@ -1,8 +1,8 @@
PRGNAM="fzf"
VERSION="0.53.0"
VERSION="0.54.3"
HOMEPAGE="https://github.com/junegunn/fzf"
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.53.0/fzf-0.53.0.tar.gz \
https://github.com/charlievieth/fastwalk/archive/v1.0.3/fastwalk-1.0.3.tar.gz \
DOWNLOAD="https://github.com/junegunn/fzf/archive/v0.54.3/fzf-0.54.3.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 \
@ -11,11 +11,11 @@ DOWNLOAD="https://github.com/junegunn/fzf/archive/0.53.0/fzf-0.53.0.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.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.20.0/sys-0.20.0.tar.gz \
https://github.com/golang/term/archive/v0.20.0/term-0.20.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/text/archive/v0.14.0/text-0.14.0.tar.gz"
MD5SUM="de0b46a4c1ae72f9ef2e0212ed671159 \
ab5a2274c5ccac2d968e768ac2415209 \
MD5SUM="f320e68140a9dba0e1f98c4736cb9932 \
abea5a53a7d2bcdbaf7154e92a0e6443 \
fbadc383bc1ace79fa769fe2de36b87b \
a03c6d4612a12e949e05ea7d67624142 \
191fe5cfcb58e480ff4045c82a06091a \
@ -24,8 +24,8 @@ MD5SUM="de0b46a4c1ae72f9ef2e0212ed671159 \
71a4ecaadfb90ffccb392799a2f00743 \
3751c82dd342cd5823703910b9da173d \
a8371f5f0569f41210ca8a3f30e445c6 \
7b645e9b79a0c60a4272df2e6cc9a5f3 \
ea5c6fd60dc50377829905f270a68ca1 \
8f81fcebc3e17b38c1be7c6bb6084044 \
ee2c80d40eb37fc7260ffd81b78c7f36 \
9f64144d4b1647ce4597abf657028a8d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""