From 10af6326d83c6739efb78171a493e87fde411982 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Mon, 6 Oct 2025 11:33:20 +0300 Subject: [PATCH] package/libwpe: bump to version 1.16.3 The main fix is being able to compile with CMake 4.x. Release notes: https://wpewebkit.org/release/libwpe-1.16.3.html Signed-off-by: Adrian Perez de Castro Signed-off-by: Julien Olivain (cherry picked from commit a91c709867c3504c9f6919638bbfa49bf0be4671) Signed-off-by: Thomas Perale --- package/libwpe/libwpe.hash | 8 ++++---- package/libwpe/libwpe.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/libwpe/libwpe.hash b/package/libwpe/libwpe.hash index 45bba04d35..1c88105e48 100644 --- a/package/libwpe/libwpe.hash +++ b/package/libwpe/libwpe.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/libwpe-1.16.2.tar.xz.sums -md5 689306c9baf6f8d6844146a5c84fc932 libwpe-1.16.2.tar.xz -sha1 499b62ddd3c1becaffc3b344ff5131c37d527144 libwpe-1.16.2.tar.xz -sha256 960bdd11c3f2cf5bd91569603ed6d2aa42fd4000ed7cac930a804eac367888d7 libwpe-1.16.2.tar.xz +# From https://wpewebkit.org/releases/libwpe-1.16.3.tar.xz.sums +md5 a26e3703d2a35ba3e57436cd6b76a656 libwpe-1.16.3.tar.xz +sha1 969897ea9b908f92ef0b4f6feaaec74f23425c39 libwpe-1.16.3.tar.xz +sha256 c880fa8d607b2aa6eadde7d6d6302b1396ebc38368fe2332fa20e193c7ee1420 libwpe-1.16.3.tar.xz # Hashes for license files: sha256 35bef295cedbbf179eaee14328002587a0e7dc08ebf3f15ea080a6f2815f0d7b COPYING diff --git a/package/libwpe/libwpe.mk b/package/libwpe/libwpe.mk index 5721b83784..d8d2caa08a 100644 --- a/package/libwpe/libwpe.mk +++ b/package/libwpe/libwpe.mk @@ -5,7 +5,7 @@ ################################################################################ # The middle number is even for stable releases, odd for development ones. -LIBWPE_VERSION = 1.16.2 +LIBWPE_VERSION = 1.16.3 LIBWPE_SITE = https://wpewebkit.org/releases LIBWPE_SOURCE = libwpe-$(LIBWPE_VERSION).tar.xz LIBWPE_INSTALL_STAGING = YES