]> Cypherpunks repositories - bass.git/commitdiff
Update fzf master
authorSergey Matveev <stargrave@stargrave.org>
Sun, 12 Oct 2025 16:16:34 +0000 (19:16 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 12 Oct 2025 16:16:34 +0000 (19:16 +0300)
build/distfiles/.gitignore
build/distfiles/fzf-0.66.0-modcache.do [moved from build/distfiles/fzf-0.53.0-modcache.do with 63% similarity]
build/skel/textproc/fzf-0.66.0.do [moved from build/skel/textproc/fzf-0.53.0.do with 86% similarity]

index 0e0ca3c3de26d7bcbd6798b6d505986abdd8cd52553f557ea1367f4135663762..01083b69b049031ba58e4fcf968a721dc030b14cb4260c51f211e06ff8ca4110 100644 (file)
@@ -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
similarity index 63%
rename from build/distfiles/fzf-0.53.0-modcache.do
rename to build/distfiles/fzf-0.66.0-modcache.do
index 8221ece1f2ec4ba10d5aebb4889350cc0d30e3293b149a9ffc2be1e18452179e..12e063c192cb164d443e045a42469b0bf8ee83a27500c1064302edcae8f153e1 100644 (file)
@@ -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
similarity index 86%
rename from build/skel/textproc/fzf-0.53.0.do
rename to build/skel/textproc/fzf-0.66.0.do
index 6dd82bc0a26ad68ec7243b39f093370105e2caa390e95a18d069ed9dd69e1880..c6ee1c56d024083684ae92b7b022f2db77116bb6ef40b2dcc84cea857356a7c8 100644 (file)
@@ -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