diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 01:14:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-20 01:14:07 +0700 |
commit | b3a7e35cab01940112ecf09fc4c9b50957b8a20e (patch) | |
tree | 1fbb4e8c4df7ccbc113acdea946ef585ef2bee34 | |
parent | b0f08615ce3d1b05d0e726d65cf0d3a82f71653d (diff) |
libraries/webkit2gtk: Updated for version 2.34.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild index 93bad1dde4b7..cfc8e7e52572 100644 --- a/libraries/webkit2gtk/webkit2gtk.SlackBuild +++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webkit2gtk SRCNAM=webkitgtk -VERSION=${VERSION:-2.34.5} +VERSION=${VERSION:-2.34.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/webkit2gtk/webkit2gtk.info b/libraries/webkit2gtk/webkit2gtk.info index b39d4ca9c3aa..957838fad9c9 100644 --- a/libraries/webkit2gtk/webkit2gtk.info +++ b/libraries/webkit2gtk/webkit2gtk.info @@ -1,8 +1,8 @@ PRGNAM="webkit2gtk" -VERSION="2.34.5" +VERSION="2.34.6" HOMEPAGE="https://www.webkitgtk.org/" -DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.34.5.tar.xz" -MD5SUM="2d135a21e89f273072e90950b09b10c3" +DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.34.6.tar.xz" +MD5SUM="a5eeedd02f5b4bba8bd891b92dc743d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bubblewrap geoclue2 gst-plugins-bad wpebackend-fdo xdg-dbus-proxy" |