From acc186cb4b7056fbb3032c276d7050fdbd90840b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 9 Jun 2021 08:38:11 +0200 Subject: [PATCH] gnome-autoar; upgrade 0.3.2 -> 0.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major changes in 0.3.3: * extractor: Fix extraction of one file archives (Ondrej Holy) * compressor: Fix usage of uninitialized value (Ondrej Holy) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gnome-autoar_0.3.2.bb => gnome-autoar_0.3.3.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gnome-autoar/{gnome-autoar_0.3.2.bb => gnome-autoar_0.3.3.bb} (66%) diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb similarity index 66% rename from meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb rename to meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb index 8eba859419..5d7a9a6575 100644 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.2.bb +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb @@ -9,8 +9,7 @@ DEPENDS = " \ inherit gnomebase gobject-introspection gtk-doc vala -SRC_URI[archive.md5sum] = "3c8da1a8489255f2aaa5fdb690308e5d" -SRC_URI[archive.sha256sum] = "a48c4d5ce9a9ed05ba8bc8fdeb9af2d1a7bd8091c2911d6c37223c4f488f7c72" +SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" do_compile_prepend() { export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"