From c50c888cbfbe364aaae07e20787952db74e2ad8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 27 Jul 2020 00:34:52 +0200 Subject: [PATCH] gtksourceview4: upgrade 4.6.0 -> 4.6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit News in 4.6.1, 2020-06-26 ------------------------- * Fix various G-I annotations * Improve draw-spaces coloring in solarized-light * javascript.lang: Performance improvements * c.lang: Fixes for #include preprocessor * sql.lang: Language completeness improvements * latex.lang: additional keywords * sh.lang: improved parameter expansion * yara.lang: initial support for YARA * Translation updates Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../{gtksourceview4_4.6.0.bb => gtksourceview4_4.6.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview4_4.6.0.bb => gtksourceview4_4.6.1.bb} (83%) diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb similarity index 83% rename from meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb rename to meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb index bc7f4b05e9..5a420e6153 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb @@ -17,8 +17,8 @@ inherit gnomebase lib_package gettext features_check gtk-doc gobject-introspecti REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/4.6/${PNAME}-${PV}.tar.xz" -SRC_URI[md5sum] = "51558b386cd12602b7bb1c460c09bc62" -SRC_URI[sha256sum] = "4c13e30ab2e602abdc56f55d35f43c1142a79b1cd77aa8839d2fc85e966d9a85" +SRC_URI[md5sum] = "4d4cff3a57a371bff4793e97d50404ef" +SRC_URI[sha256sum] = "63f487a7ab59612ffa9e7be1883dbd274ab1016afcede3239b93b0fc384df874" GIR_MESON_OPTION = 'gir' GTKDOC_MESON_OPTION = "gtk_doc"