system/fzf: Updated for version 0.43.0.

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 2023-10-22 20:14:17 +09:00 committed by Willy Sudiarto Raharjo
parent 560c6692e3
commit f3a9fab580
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 12 additions and 13 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fzf
VERSION=${VERSION:-0.42.0}
VERSION=${VERSION:-0.43.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -82,8 +82,8 @@ done
mkdir -p vendor/golang.org/x
for DEPENDENCY in sync/886fb9371eb4b47af10bff9c8025a8c9e1554b92 \
sys/0.8.0 \
term/0.8.0 \
sys/0.13.0 \
term/0.13.0 \
text/0.5.0 ; do
DEPENDENCY_NAME="$(echo "$DEPENDENCY" | cut -d/ -f1)"
DEPENDENCY_REV="$(echo "$DEPENDENCY" | cut -d/ -f2)"
@ -159,13 +159,12 @@ github.com/saracen/walker
# golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
## explicit
golang.org/x/sync/errgroup
# golang.org/x/sys v0.8.0
# golang.org/x/sys v0.13.0
## explicit; go 1.17
golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/plan9
golang.org/x/sys/unix
golang.org/x/sys/windows
# golang.org/x/term v0.8.0
# golang.org/x/term v0.13.0
## explicit; go 1.17
golang.org/x/term
# golang.org/x/text v0.5.0

View File

@ -1,7 +1,7 @@
PRGNAM="fzf"
VERSION="0.42.0"
VERSION="0.43.0"
HOMEPAGE="https://github.com/junegunn/fzf"
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.42.0/fzf-0.42.0.tar.gz \
DOWNLOAD="https://github.com/junegunn/fzf/archive/0.43.0/fzf-0.43.0.tar.gz \
https://github.com/gdamore/encoding/archive/v1.0.0/encoding-1.0.0.tar.gz \
https://github.com/gdamore/tcell/archive/v2.5.4/tcell-2.5.4.tar.gz \
https://github.com/lucasb-eyer/go-colorful/archive/v1.2.0/go-colorful-1.2.0.tar.gz \
@ -11,10 +11,10 @@ DOWNLOAD="https://github.com/junegunn/fzf/archive/0.42.0/fzf-0.42.0.tar.gz \
https://github.com/rivo/uniseg/archive/v0.4.4/uniseg-0.4.4.tar.gz \
https://github.com/saracen/walker/archive/v0.1.3/walker-0.1.3.tar.gz \
https://github.com/golang/sync/archive/886fb9371eb4b47af10bff9c8025a8c9e1554b92/sync-886fb9371eb4b47af10bff9c8025a8c9e1554b92.tar.gz \
https://github.com/golang/sys/archive/v0.8.0/sys-0.8.0.tar.gz \
https://github.com/golang/term/archive/v0.8.0/term-0.8.0.tar.gz \
https://github.com/golang/sys/archive/v0.13.0/sys-0.13.0.tar.gz \
https://github.com/golang/term/archive/v0.13.0/term-0.13.0.tar.gz \
https://github.com/golang/text/archive/v0.5.0/text-0.5.0.tar.gz"
MD5SUM="b47bb2d48df48eb7967d7d770d77d0f8 \
MD5SUM="4d96a309165221d63a9436011972fde1 \
fbadc383bc1ace79fa769fe2de36b87b \
0c62c60df9d5def197b42b03455ae530 \
191fe5cfcb58e480ff4045c82a06091a \
@ -24,8 +24,8 @@ MD5SUM="b47bb2d48df48eb7967d7d770d77d0f8 \
4e272ceb8899ee895e425f16347d10a6 \
53fe699576f9f4799079b92bd6c5fe8c \
b95e0137c294b3cbebe2e2905754efc1 \
4bd786fbbcf550e794db58cc7ece443c \
5899def29dc4a5d31c59b95ec99004c8 \
cfc0b42f3d8f0282cf023516d0ea9f7d \
f16a61802f6b005bf2dfc1b2dead18cc \
e812f0c57a85390d7fe8652c01238d56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""