diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.1.0.bb (renamed from meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.0.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.0.5.bb b/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.1.0.bb index 00e5bec329..0ebc22acbd 100644 --- a/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.0.5.bb +++ b/meta-gnome/recipes-gnome/gedit/libgedit-gtksourceview_299.1.0.bb | |||
@@ -7,9 +7,9 @@ DEPENDS = "glib-2.0 gtk+3 libxml2" | |||
7 | 7 | ||
8 | inherit meson pkgconfig gobject-introspection features_check gtk-doc | 8 | inherit meson pkgconfig gobject-introspection features_check gtk-doc |
9 | 9 | ||
10 | SRC_URI = "git://github.com/gedit-technology/libgedit-gtksourceview.git;protocol=https;branch=libgedit-gtksourceview-299-0" | 10 | SRC_URI = "git://github.com/gedit-technology/libgedit-gtksourceview.git;protocol=https;branch=main" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | SRCREV = "7e2179a8ff3022edad27e2d57744876d125cb040" | 12 | SRCREV = "b271a625ca057cc3fa7d5ac83285c5d4e038202e" |
13 | 13 | ||
14 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 14 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
15 | 15 | ||