aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-07-27 00:34:52 +0200
committerKhem Raj <raj.khem@gmail.com>2020-07-28 12:52:14 -0700
commitc50c888cbfbe364aaae07e20787952db74e2ad8e (patch)
tree1411608f418b271778c6dfdd16239f2c90b62620 /meta-gnome
parentc25c900af2ac5e222d4fa116fbc174d83b29d611 (diff)
downloadmeta-openembedded-c50c888cbfbe364aaae07e20787952db74e2ad8e.tar.gz
gtksourceview4: upgrade 4.6.0 -> 4.6.1
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 <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.1.bb (renamed from meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.6.0.bb b/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"