From 8c21f4659cf4f3271471e68ec3d646c6afc2cc4b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 28 May 2024 09:47:51 +0800 Subject: [PATCH] msgraph: upgrade 0.2.1 -> 0.2.2 Changelog: ========== * Add remote copy and move functions * Drop Authorization header during download * Fix browsing shared files Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../msgraph/{msgraph_0.2.1.bb => msgraph_0.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/msgraph/{msgraph_0.2.1.bb => msgraph_0.2.2.bb} (82%) diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb similarity index 82% rename from meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb rename to meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb index 9b4a8a0352..a4b4349500 100644 --- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.1.bb +++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.2.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" inherit gnomebase gobject-introspection gi-docgen features_check REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "e0e59eaa8ae3e0a48ec0a6c2fed0470856a709248e9212b6a1d037de5792ecbb" +SRC_URI[archive.sha256sum] = "12cc954f750bb137ace8500fe9355d26e6e00ef6ccaab2950e9d360e92758335" GTKDOC_MESON_OPTION = "gtk_doc"