From 157b9d1199f9f1101e76aedc552cfa524990acd6 Mon Sep 17 00:00:00 2001 From: Thomas Devoogdt Date: Sat, 27 Apr 2024 15:47:47 +0200 Subject: [PATCH] package/weston: bump to 13.0.1 Announce: https://lists.freedesktop.org/archives/wayland-devel/2024-April/043575.html Signed-off-by: Thomas Devoogdt Signed-off-by: Thomas Petazzoni --- package/weston/weston.hash | 6 +++--- package/weston/weston.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/weston/weston.hash b/package/weston/weston.hash index ded5d35275..5fa0c9d2be 100644 --- a/package/weston/weston.hash +++ b/package/weston/weston.hash @@ -1,4 +1,4 @@ -# From https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html -sha256 52ff1d4aa2394a2e416c85a338b627ce97fa71d43eb762fd4aaf145d36fc795a weston-13.0.0.tar.xz -sha512 8c656cdf24ec9429c76c64ebd2d58351991f5990a6d4b5900ac913243ad8e2c9c0fb1a748f018d177fbfd7e0a8836d0434d97acec287a8f977d47335ae30eacc weston-13.0.0.tar.xz +# From https://lists.freedesktop.org/archives/wayland-devel/2024-April/043575.html +sha256 ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a weston-13.0.1.tar.xz +sha512 4a0fd0b1aec823219421d701030bc534576be64b71ede70c7d33f131e9e64c0e0dc209e62f75cecb9368df7604c1d5b2321932eccc818b529d246ec2e3114122 weston-13.0.1.tar.xz sha256 fdb65868f65d0fbdb05c2d3b779e10ce9969fa0c4b9262ba4f260e87086ab860 COPYING diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 5ae9c22973..499cf45fab 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -4,7 +4,7 @@ # ################################################################################ -WESTON_VERSION = 13.0.0 +WESTON_VERSION = 13.0.1 WESTON_SITE = https://gitlab.freedesktop.org/wayland/weston/-/releases/$(WESTON_VERSION)/downloads WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz WESTON_LICENSE = MIT