From f2d7d6ebeee9ef83ba6dde53f188e06e5c6a4941 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 27 Aug 2024 07:23:27 +0200 Subject: [PATCH] fmt: update 10.2.1 -> 11.0.2 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/fmt/{fmt_10.2.1.bb => fmt_11.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/fmt/{fmt_10.2.1.bb => fmt_11.0.2.bb} (77%) diff --git a/meta/recipes-devtools/fmt/fmt_10.2.1.bb b/meta/recipes-devtools/fmt/fmt_11.0.2.bb similarity index 77% rename from meta/recipes-devtools/fmt/fmt_10.2.1.bb rename to meta/recipes-devtools/fmt/fmt_11.0.2.bb index 1437eb48034..5a7041088cd 100644 --- a/meta/recipes-devtools/fmt/fmt_10.2.1.bb +++ b/meta/recipes-devtools/fmt/fmt_11.0.2.bb @@ -4,8 +4,8 @@ HOMEPAGE = "https://fmt.dev" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" -SRC_URI = "git://github.com/fmtlib/fmt;branch=10.x;protocol=https" -SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281" +SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" +SRCREV = "0c9fce2ffefecfdce794e1859584e25877b7b592" S = "${WORKDIR}/git" -- 2.47.3