From eec14961661174e152e19bafbc937688fc08a061 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Mar 2023 21:23:36 +0800 Subject: [PATCH] libjcat: upgrade 0.1.12 -> 0.1.13 New Features: - Add support for SHA512 checksums - Add the ability to add and remove support for blob types (#72) Bugfixes: - Fix header includes for clang-tidy - Show the expected SHA checksum in the error Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libjcat/{libjcat_0.1.12.bb => libjcat_0.1.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/libjcat/{libjcat_0.1.12.bb => libjcat_0.1.13.bb} (94%) diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb similarity index 94% rename from meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb rename to meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb index ff573ff7df..2f8cf1b229 100644 --- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.12.bb +++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.13.bb @@ -11,7 +11,7 @@ SRC_URI = "\ git://github.com/hughsie/libjcat.git;branch=main;protocol=https \ file://run-ptest \ " -SRCREV = "898b80468288bc6278b73210783ba1f7c0219c71" +SRCREV = "f089d7ff9081bb6f211cdd712cddd159f8f63199" S = "${WORKDIR}/git" inherit gobject-introspection gtk-doc meson ptest-gnome vala lib_package