From 05cdfaa6d98bc6c31b4a50bf0c04ac125cdde92d Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Fri, 22 Apr 2022 21:50:15 +0300 Subject: [PATCH] package/wpewebkit: bump to version 2.36.1 Bugfix release, with the usual flurry of correctness fixes, and a patch to fix the build with the accessibility support disabled. Release notes: https://wpewebkit.org/release/wpewebkit-2.36.1.html Signed-off-by: Adrian Perez de Castro Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit b7a0e39b608ef864ae1f2b198b2557b0dc164b39) Signed-off-by: Peter Korsgaard --- package/wpewebkit/wpewebkit.hash | 8 ++++---- package/wpewebkit/wpewebkit.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/wpewebkit/wpewebkit.hash b/package/wpewebkit/wpewebkit.hash index 1e1aa62117..3923c32111 100644 --- a/package/wpewebkit/wpewebkit.hash +++ b/package/wpewebkit/wpewebkit.hash @@ -1,7 +1,7 @@ -# From https://wpewebkit.org/releases/wpewebkit-2.36.0.tar.xz.sums -md5 b7b951cd7f6eb4a8585338505ce71234 wpewebkit-2.36.0.tar.xz -sha1 904629a9ce3a4ab67d47315b008dc3152d504205 wpewebkit-2.36.0.tar.xz -sha256 096aa9f87d9bfbfc80f558388a86721cdcc508b42ddef10bd270aec9aee96d5a wpewebkit-2.36.0.tar.xz +# From https://wpewebkit.org/releases/wpewebkit-2.36.1.tar.xz.sums +md5 7ba1c7fd0f67891ad137d11cac12f7a9 wpewebkit-2.36.1.tar.xz +sha1 0918a4daded01f42e65ec02a69f21cd6705311db wpewebkit-2.36.1.tar.xz +sha256 ec83d8b2f8c3479ce9950d69440f3b9876ab70200fe6f4e07686054a0cba5723 wpewebkit-2.36.1.tar.xz # Hashes for license files: sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE diff --git a/package/wpewebkit/wpewebkit.mk b/package/wpewebkit/wpewebkit.mk index 3ce38d8c27..aac9173566 100644 --- a/package/wpewebkit/wpewebkit.mk +++ b/package/wpewebkit/wpewebkit.mk @@ -4,7 +4,7 @@ # ################################################################################ -WPEWEBKIT_VERSION = 2.36.0 +WPEWEBKIT_VERSION = 2.36.1 WPEWEBKIT_SITE = http://www.wpewebkit.org/releases WPEWEBKIT_SOURCE = wpewebkit-$(WPEWEBKIT_VERSION).tar.xz WPEWEBKIT_INSTALL_STAGING = YES