diff mbox series

[meta-gnome,05/31] gjs: upgrade 1.88.1 -> 1.90.0

Message ID 20260915074347.6003-5-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome,01/31] loupe: add recipe | expand

Commit Message

Markus Volk Sept. 15, 2026, 7:43 a.m. UTC
AI-Generated: Uses Claude Code (Claude Opus 5)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/recipes-gnome/gjs/{gjs_1.88.1.bb => gjs_1.90.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gjs/{gjs_1.88.1.bb => gjs_1.90.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.88.1.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.90.0.bb
similarity index 95%
rename from meta-gnome/recipes-gnome/gjs/gjs_1.88.1.bb
rename to meta-gnome/recipes-gnome/gjs/gjs_1.90.0.bb
index 16c8636d84..50bbc20e71 100644
--- a/meta-gnome/recipes-gnome/gjs/gjs_1.88.1.bb
+++ b/meta-gnome/recipes-gnome/gjs/gjs_1.90.0.bb
@@ -10,7 +10,7 @@  inherit meson pkgconfig gettext gobject-introspection features_check
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BP}.tar.xz;name=archive"
 SRC_URI += "file://0001-Support-cross-builds-a-bit-better.patch"
 SRC_URI += "file://0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch"
-SRC_URI[archive.sha256sum] = "767bab80e665d672cb00563c25f0b392a9ec8c2996ed1d4454c698b4c2f0a3d9"
+SRC_URI[archive.sha256sum] = "47e9f22b1d4aca841c6c492b449b6de32ff680972183e26fe7b98a45c5c3fee1"
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"