From 1b3927232c4f7d3ccc5ed494f62137feaf6983e12d6c9658fc2f52214c8acbf6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 12 Oct 2025 19:16:34 +0300 Subject: [PATCH] Update fzf --- build/distfiles/.gitignore | 2 +- .../{fzf-0.53.0-modcache.do => fzf-0.66.0-modcache.do} | 4 ++-- build/skel/textproc/{fzf-0.53.0.do => fzf-0.66.0.do} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename build/distfiles/{fzf-0.53.0-modcache.do => fzf-0.66.0-modcache.do} (63%) rename build/skel/textproc/{fzf-0.53.0.do => fzf-0.66.0.do} (86%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 0e0ca3c..01083b6 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -47,7 +47,7 @@ /fossil-2.23.tar.gz /freeciv-3.0.10.tar.xz /freetype-2.13.3.tar.xz -/fzf-0.53.0-modcache +/fzf-0.66.0-modcache /gcc-4-compile-with-gcc-5.patch /gcc-4.7.4.tar.bz2 /gcc-8.5.0.tar.xz diff --git a/build/distfiles/fzf-0.53.0-modcache.do b/build/distfiles/fzf-0.66.0-modcache.do similarity index 63% rename from build/distfiles/fzf-0.53.0-modcache.do rename to build/distfiles/fzf-0.66.0-modcache.do index 8221ece..12e063c 100644 --- a/build/distfiles/fzf-0.53.0-modcache.do +++ b/build/distfiles/fzf-0.66.0-modcache.do @@ -4,6 +4,6 @@ abs3="$DISTFILES"/$3 redo-ifchange "$BASS_ROOT"/build/lib/zip-hash/zip-hash . "$BASS_ROOT"/build/lib/create-tmp-for-build.rc go mod init whatever -GOPROXY=direct go get github.com/junegunn/fzf@0.53.0 -[ "$("$BASS_ROOT"/build/lib/zip-hash/zip-hash "$GOMODCACHE"/cache/download/github.com/junegunn/fzf/@v/v0.0.0-20240606130326-c4a9ccd6afc3.zip)" = "h1:Fe7sgHEp5a+bfwD/FlwiuocudQZXcsYJMKNdrC00VyQ=" ] +GOPROXY=direct go get github.com/junegunn/fzf@v0.66.0 +[ "$("$BASS_ROOT"/build/lib/zip-hash/zip-hash "$GOMODCACHE"/cache/download/github.com/junegunn/fzf/@v/v0.66.0.zip)" = "h1:y9HndVeVwZ2p94Lcj/QLQZEK8y7nKTp8RVh/MnfBs58=" ] touch $abs3 diff --git a/build/skel/textproc/fzf-0.53.0.do b/build/skel/textproc/fzf-0.66.0.do similarity index 86% rename from build/skel/textproc/fzf-0.53.0.do rename to build/skel/textproc/fzf-0.66.0.do index 6dd82bc..c6ee1c5 100644 --- a/build/skel/textproc/fzf-0.53.0.do +++ b/build/skel/textproc/fzf-0.66.0.do @@ -10,8 +10,8 @@ hsh=$("$BASS_ROOT"/build/bin/cksum $BASS_REV $SPATH) . ./rc "$BASS_ROOT"/bin/rm-r "$SKELBINS"/$ARCH/$NAME-$hsh -unzip "$GOMODCACHE"/cache/download/github.com/junegunn/fzf/@v/v0.0.0-20240606130326-c4a9ccd6afc3.zip >&2 -cd github.com/junegunn/fzf@v0.0.0-20240606130326-c4a9ccd6afc3 +unzip "$GOMODCACHE"/cache/download/github.com/junegunn/fzf/@v/v0.66.0.zip >&2 +cd github.com/junegunn/fzf@v0.66.0 go build -ldflags=-s >&2 mkdir -p "$SKELBINS"/$ARCH/$NAME-$hsh/bin mv fzf "$SKELBINS"/$ARCH/$NAME-$hsh/bin -- 2.51.0