From 2b636392c89a88141238e13b8961969686d131e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 1 Jun 2020 23:45:13 +0200 Subject: [PATCH] yelp-xsl: upgrade 3.34.2 -> 3.36.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.36.0 ====== * Added a syntax highlighter for Ducktype * Support multiple desc elements for links (MEP-0008) * Fixed missing link when group specified twice on topic links * Typo fix in docs * Updated translations: dz (Andre Klapper) en_GB (Zander Brown) ms (Umarzuki Bin Mochlis Moktar) tr (Emin Tufan Çetin) Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../yelp/{yelp-xsl_3.34.2.bb => yelp-xsl_3.36.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/yelp/{yelp-xsl_3.34.2.bb => yelp-xsl_3.36.0.bb} (77%) diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb similarity index 77% rename from meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb rename to meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb index 38947d1bea..6b9d769b78 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.34.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_3.36.0.bb @@ -10,8 +10,8 @@ inherit gnomebase gettext itstool DEPENDS += "libxml2" -SRC_URI[archive.md5sum] = "b9c1c53a9114b42054789f212ab37f59" -SRC_URI[archive.sha256sum] = "0c3fe6146113df26fb1295901b1c7baed9f0fe67a87f4345e11543aefe7cb7ad" +SRC_URI[archive.md5sum] = "7d71af68fff4a92bcb2b8989f126be6c" +SRC_URI[archive.sha256sum] = "4fe51c0233b79a4c204c68498d45f09b342c30ed02c4e418506c0e35f0904ec3" RDEPENDS_${PN}_append_class-target = " libxml2 itstool"