mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/wayland: bump to version 1.23.1
From https://lists.freedesktop.org/archives/wayland-devel/2024-August/043760.html: This is a bugfix release for Wayland 1.23. Joaquim Monteiro (1): meson: Fix use of install_data() without specifying install_dir Kirill Primak (1): Put WL_DEPRECATED in front of the function declarations Sebastian Wick (1): client: Handle proxies with no queue Simon Ser (4): scanner: extract validator function emission to helper function scanner: fix validator for bitfields tests: add enum bitfield test build: bump version to 1.23.1 for the bugfix release Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
6beee86c0d
commit
f27dcb9310
@@ -1,6 +1,6 @@
|
||||
# From https://lists.freedesktop.org/archives/wayland-devel/2024-May/043636.html
|
||||
sha256 05b3e1574d3e67626b5974f862f36b5b427c7ceeb965cb36a4e6c2d342e45ab2 wayland-1.23.0.tar.xz
|
||||
sha512 9c525231a7ea3e68d3178230d476285a960d23e38571ac96d885f86c0588c52ef01460bff6833db5adb9456ce8db7b996613611187aac972736748ba91b8fd81 wayland-1.23.0.tar.xz
|
||||
# From https://lists.freedesktop.org/archives/wayland-devel/2024-August/043760.html
|
||||
sha256 864fb2a8399e2d0ec39d56e9d9b753c093775beadc6022ce81f441929a81e5ed wayland-1.23.1.tar.xz
|
||||
sha512 818eda003e3f7aa15690eedb1ff227a6056b2ce54bf23d45ffe573dc40a914623c5a1358218b59444dcdc483db0503324f0d27091d0ea954412a8b290de5f50a wayland-1.23.1.tar.xz
|
||||
|
||||
# Locally calculated
|
||||
sha256 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
WAYLAND_VERSION = 1.23.0
|
||||
WAYLAND_VERSION = 1.23.1
|
||||
WAYLAND_SITE = https://gitlab.freedesktop.org/wayland/wayland/-/releases/$(WAYLAND_VERSION)/downloads
|
||||
WAYLAND_SOURCE = wayland-$(WAYLAND_VERSION).tar.xz
|
||||
WAYLAND_LICENSE = MIT
|
||||
|
||||
Reference in New Issue
Block a user