From ab1157bbe4d31d76241d8922a995474b85c768ac Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Fri, 22 Apr 2022 21:44:31 +0300 Subject: [PATCH] package/webkitgtk: 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://webkitgtk.org/2022/04/21/webkitgtk2.36.1-released.html Signed-off-by: Adrian Perez de Castro Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/webkitgtk/webkitgtk.hash | 8 ++++---- package/webkitgtk/webkitgtk.mk | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/webkitgtk/webkitgtk.hash b/package/webkitgtk/webkitgtk.hash index 38068745ee..00a342ed7f 100644 --- a/package/webkitgtk/webkitgtk.hash +++ b/package/webkitgtk/webkitgtk.hash @@ -1,7 +1,7 @@ -# From https://webkitgtk.org/releases/webkitgtk-2.36.0.tar.xz.sums -md5 1e3fe866ab6e41e7ec3deb80bd5b3a85 webkitgtk-2.36.0.tar.xz -sha1 5b90bc59c2f442223de1a4d9dc8ff604888abb3c webkitgtk-2.36.0.tar.xz -sha256 b877cca1f105235f5dd57c7ac2b2c2be3c6b691ff444f93925c7254cf156c64d webkitgtk-2.36.0.tar.xz +# From https://webkitgtk.org/releases/webkitgtk-2.36.1.tar.xz.sums +md5 e6100df7f82d95a4e65176b10f5ab011 webkitgtk-2.36.1.tar.xz +sha1 36a95b906e54bcf94d2be04e1cbaac3584da7eb1 webkitgtk-2.36.1.tar.xz +sha256 0149ea5fb1d20f2a9981677d45c952a047330001ea24a8dc29035239f12c0c8f webkitgtk-2.36.1.tar.xz # Hashes for license files: sha256 0b5d3a7cc325942567373b0ecd757d07c132e0ebd7c97bfc63f7e1a76094edb4 Source/WebCore/LICENSE-APPLE diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk index eca175d1bd..9e85c5b78f 100644 --- a/package/webkitgtk/webkitgtk.mk +++ b/package/webkitgtk/webkitgtk.mk @@ -4,7 +4,7 @@ # ################################################################################ -WEBKITGTK_VERSION = 2.36.0 +WEBKITGTK_VERSION = 2.36.1 WEBKITGTK_SITE = https://www.webkitgtk.org/releases WEBKITGTK_SOURCE = webkitgtk-$(WEBKITGTK_VERSION).tar.xz WEBKITGTK_INSTALL_STAGING = YES