From eb07c2383a1ce2383986809c5e9df9f92f6ca6e5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Aug 2023 09:36:58 +0800 Subject: libcloudproviders: upgrade 0.3.1 -> 0.3.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libcloudproviders/libcloudproviders_0.3.1.bb | 11 ----------- .../libcloudproviders/libcloudproviders_0.3.2.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb create mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.2.bb diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb deleted file mode 100644 index b6448b9398..0000000000 --- a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." -LICENSE="LGPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" - -GNOMEBASEBUILDCLASS = "meson" - -DEPENDS = "glib-2.0" - -inherit gnomebase gobject-introspection vala - -SRC_URI[archive.sha256sum] = "4763213ca1e1fe30d422f5ae3b4f02a454f63414c1860ad142d6385f89d05929" diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.2.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.2.bb new file mode 100644 index 0000000000..401c83fcdc --- /dev/null +++ b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." +LICENSE="LGPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" + +GNOMEBASEBUILDCLASS = "meson" + +DEPENDS = "glib-2.0" + +inherit gnomebase gobject-introspection vala + +SRC_URI[archive.sha256sum] = "24a9f3fffaf49f1d9d45d6ec35ba9f9e59a5a1040b51ce7835611131966c6819" -- cgit v1.2.3-54-g00ecf