From aae4159595a18a7d6cbe01768069c01206eabaf2 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 20 Feb 2026 17:37:21 +0100 Subject: [PATCH] fzf: update --- recipes-support/fzf/{fzf_0.67.0.bb => fzf_0.68.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-support/fzf/{fzf_0.67.0.bb => fzf_0.68.0.bb} (72%) diff --git a/recipes-support/fzf/fzf_0.67.0.bb b/recipes-support/fzf/fzf_0.68.0.bb similarity index 72% rename from recipes-support/fzf/fzf_0.67.0.bb rename to recipes-support/fzf/fzf_0.68.0.bb index e59c58c..ba5b316 100644 --- a/recipes-support/fzf/fzf_0.67.0.bb +++ b/recipes-support/fzf/fzf_0.68.0.bb @@ -1,13 +1,13 @@ SUMMARY = "A command-line fuzzy finder" HOMEPAGE = "https://github.com/junegunn/fzf.git" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=4e11c26cb155f78c5467051a82533faa" +LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=edd55e9a395baee52799d6fb23fef6e5" GO_IMPORT = "github.com/junegunn/fzf" SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};branch=master;protocol=https" -SRCREV = "2ab923f3ae04d5e915e5ff4a9cd3bd515bfd1ea5" +SRCREV = "b908f7a0ec6f663604f23ad5096b16479670f9b9" require ${PN}-go-mods.inc ${PN}-licenses.inc