From e8336c3d08a3609ed8cb7b86c39231f70a74f1a6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 13 Apr 2022 19:52:27 -0700 Subject: [PATCH] harfbuzz: Upgrade to 4.2.0 Changes in this release [1] [2] [1] https://github.com/harfbuzz/harfbuzz/releases/tag/4.1.0 [2] https://github.com/harfbuzz/harfbuzz/releases/tag/4.2.0 Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../harfbuzz/{harfbuzz_4.0.1.bb => harfbuzz_4.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_4.0.1.bb => harfbuzz_4.2.0.bb} (95%) diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_4.2.0.bb similarity index 95% rename from meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb rename to meta/recipes-graphics/harfbuzz/harfbuzz_4.2.0.bb index bf77a5e56c5..44d42e6904b 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_4.0.1.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_4.2.0.bb @@ -12,7 +12,7 @@ UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_REGEX = "harfbuzz-(?P\d+(\.\d+)+).tar" SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "98f68777272db6cd7a3d5152bac75083cd52a26176d87bc04c8b3929d33bce49" +SRC_URI[sha256sum] = "f2200f177768bdc21445aa09703326f3bbe8114ac083d081fe1a79d305c7ae73" inherit meson pkgconfig lib_package gtk-doc gobject-introspection -- 2.47.2