package/libglib2: bump version to 2.84.0

Upstream changelog:
https://gitlab.gnome.org/GNOME/glib/-/blob/main/NEWS?ref_type=heads

Note that upstream is planning to require C11 starting with 2.85.x,
and encourages people who would have problems with that to file
issues: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4473

Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Fiona Klute (WIWA)
2025-03-11 12:25:09 +01:00
committed by Julien Olivain
parent 291a3263e0
commit e7cbf89798
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBGLIB2
help
Low-level core library that forms the basis of GTK+ and GNOME.
http://www.gtk.org/
https://www.gtk.org/
comment "libglib2 needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU

View File

@@ -1,4 +1,4 @@
# https://download.gnome.org/sources/glib/2.82/glib-2.82.5.sha256sum
sha256 05c2031f9bdf6b5aba7a06ca84f0b4aced28b19bf1b50c6ab25cc675277cbc3f glib-2.82.5.tar.xz
# https://download.gnome.org/sources/glib/2.84/glib-2.84.0.sha256sum
sha256 f8823600cb85425e2815cfad82ea20fdaa538482ab74e7293d58b3f64a5aff6a glib-2.84.0.tar.xz
# License files, locally calculated
sha256 fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb COPYING

View File

@@ -4,8 +4,8 @@
#
################################################################################
LIBGLIB2_VERSION_MAJOR = 2.82
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).5
LIBGLIB2_VERSION_MAJOR = 2.84
LIBGLIB2_VERSION = $(LIBGLIB2_VERSION_MAJOR).0
LIBGLIB2_SOURCE = glib-$(LIBGLIB2_VERSION).tar.xz
LIBGLIB2_SITE = https://download.gnome.org/sources/glib/$(LIBGLIB2_VERSION_MAJOR)
LIBGLIB2_LICENSE = LGPL-2.1+